Skip to content

Commit

Permalink
⬇️(project) downgrade pytest dependencies
Browse files Browse the repository at this point in the history
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
  (pytest-dev/pytest#9608).
  • Loading branch information
quitterie-lcs committed Feb 7, 2022
1 parent ffc6879 commit 9d5c589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -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
Expand Down

0 comments on commit 9d5c589

Please sign in to comment.