From 8b5755a8db6f8bd87b4df575f25a7ad10d9dcc21 Mon Sep 17 00:00:00 2001 From: manonBlanco <blanco@teklia.com> Date: Thu, 1 Feb 2024 15:30:22 +0100 Subject: [PATCH] Pin pytest under version 8.0.0 --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 0594b2d..2e05b97 100644 --- a/tox.ini +++ b/tox.ini @@ -12,7 +12,8 @@ commands = pytest --cov=nerval {posargs} deps = - pytest + # TODO: Remove this once https://gitlab.teklia.com/ner/nerval/-/issues/27 is done + pytest<8 pytest-lazy-fixture pytest-cov -rrequirements.txt -- GitLab