From dd9ea8f8cb25dd7b603340fc981aaa26560d765c Mon Sep 17 00:00:00 2001 From: Quitterie Lucas Date: Wed, 17 Aug 2022 16:11:00 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=87=EF=B8=8F(project)=20downgrade=20pyfak?= =?UTF-8?q?efs=20dependency?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As there is a regression in the new package release, the dependency is downgraded to the previous one. (https://github.com/jmcgeheeiv/pyfakefs/issues/697) --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 643f54a41..4d79cd987 100644 --- a/setup.cfg +++ b/setup.cfg @@ -66,7 +66,7 @@ dev = mkdocs-click==0.8.0 mkdocs-material==8.4.0 mkdocstrings[python-legacy]==0.19.0 - pyfakefs==4.6.3 + pyfakefs==4.5.6 pylint==2.14.5 pytest==7.1.2 pytest-cov==3.0.0