Skip to content

Commit 6653296

Browse files
committed
setup.py: skip pytest 5.3.3
Ref: pytest-dev/pytest#6492
1 parent abfc7f2 commit 6653296

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>=3.6, !=5.3.3',
3535
'pathlib2;python_version<"3.4"',
3636
],
3737
extras_require={

0 commit comments

Comments
 (0)