From a765a492b2bbb7c87cc1021d4436f511811abe6d Mon Sep 17 00:00:00 2001 From: Michael Van de Steene Date: Mon, 29 Jan 2024 23:18:13 +0100 Subject: [PATCH] Pin pytest version to fix tox tests --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index af7146618..fac895354 100644 --- a/setup.cfg +++ b/setup.cfg @@ -62,7 +62,7 @@ python = [testenv] allowlist_externals = pytest deps = - pytest + pytest==6.2.5 pytest-cov pytest-mock pytest-lazy-fixture