Skip to content

Commit

Permalink
setup.py: skip pytest 5.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Jan 17, 2020
1 parent abfc7f2 commit 6653296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def read(fname):
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
setup_requires=['setuptools_scm>=1.11.1'],
install_requires=[
'pytest>=3.6',
'pytest>=3.6, !=5.3.3',
'pathlib2;python_version<"3.4"',
],
extras_require={
Expand Down

0 comments on commit 6653296

Please sign in to comment.