Skip to content

Commit

Permalink
Bump pytest dev dependency to 6.2.5
Browse files Browse the repository at this point in the history
Resolves assertion rewriting issue when running in Python 3.10.
See pytest-dev/pytest#8540
  • Loading branch information
sbelluzzo committed Sep 16, 2022
1 parent e060d44 commit b19885c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -25,7 +25,7 @@
],
extras_require={
"test": [
'pytest==6.2.1',
'pytest==6.2.5',
'pylint==2.6.0',
'pytest-cov==2.10.1',
]
Expand Down

0 comments on commit b19885c

Please sign in to comment.