From 9d5c589b2319c2c160fdec0991dd834f22df9dc2 Mon Sep 17 00:00:00 2001 From: Quitterie Lucas Date: Mon, 7 Feb 2022 16:01:28 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=87=EF=B8=8F(project)=20downgrade=20pytes?= =?UTF-8?q?t=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit With pytest being upgraded to 7.0.0, importlib.readers breaks the tests. It is not available until python 3.10. Hence, as we are using Python 3.9, pytest is downgraded to its previous release (https://github.com/pytest-dev/pytest/issues/9608). --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 6c44356c6..66a779e3a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -64,7 +64,7 @@ dev = mkdocstrings==0.18.0 pyfakefs==4.5.4 pylint==2.12.2 - pytest==7.0.0 + pytest==6.2.5 pytest-cov==3.0.0 ci = twine==3.8.0