Skip to content

Commit bd95040

Browse files
committed
updated pytest to the last version that supports python3.6
1 parent dd3d3aa commit bd95040

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
@@ -6,7 +6,7 @@
66

77
TESTS_REQUIRES = [
88
'flake8',
9-
'pytest>=6.2.3',
9+
'pytest==7.0.1',
1010
'pytest-mock>=3.5.1',
1111
'coverage',
1212
'pytest-cov',

0 commit comments

Comments
 (0)