Skip to content

Commit e21a90b

Browse files
committed
Pin pytest to 5.3.3 to test fix
1 parent 12346e6 commit e21a90b

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
@@ -31,7 +31,7 @@ def read(fname):
3131
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
3232
setup_requires=['setuptools_scm>=1.11.1'],
3333
install_requires=[
34-
'pytest>=3.6',
34+
'pytest==5.3.3',
3535
'pathlib2;python_version<"3.4"',
3636
],
3737
extras_require={

0 commit comments

Comments
 (0)