Skip to content

Commit b19885c

Browse files
committed
Bump pytest dev dependency to 6.2.5
Resolves assertion rewriting issue when running in Python 3.10. See pytest-dev/pytest#8540
1 parent e060d44 commit b19885c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
],
2626
extras_require={
2727
"test": [
28-
'pytest==6.2.1',
28+
'pytest==6.2.5',
2929
'pylint==2.6.0',
3030
'pytest-cov==2.10.1',
3131
]

0 commit comments

Comments
 (0)