Skip to content

Commit 7e3eba0

Browse files
committed
Pin pytest==5.3.2 to see how Git Actions behave
1 parent 6dae409 commit 7e3eba0

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
@@ -92,7 +92,7 @@
9292
],
9393
extras_require = {
9494
'test': ['nose', 'coverage', 'requests', 'nose_warnings_filters',
95-
'pytest', 'pytest-cov', 'pytest-tornasync', 'pytest-console-scripts'],
95+
'pytest==5.3.2', 'pytest-cov', 'pytest-tornasync', 'pytest-console-scripts'],
9696
'test:sys_platform == "win32"': ['nose-exclude'],
9797
},
9898
python_requires = '>=3.5',

0 commit comments

Comments
 (0)