Skip to content

Commit

Permalink
Fix wrong version range spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Kaiser committed Jun 19, 2020
1 parent b6ef84e commit 858e674
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
'Pillow', # thumbnail filter in depot tween tests
'py>=1.4.29',
'pyquery',
'pytest>=4.6<5', # see #563
'pytest>=4.6,<5', # see #563
'pytest-cov',
'pytest-pep8>=1.0.6',
'pytest-travis-fold',
Expand All @@ -92,7 +92,7 @@
'repoze.sphinx.autointerface',
'sphinx_rtd_theme',
'setuptools-git', # needed to make "python setup.py install" on rtd.
'pytest>=4.6<5', # needed for kotti.testing apidocs
'pytest>=4.6,<5', # needed for kotti.testing apidocs
]

setup_requires = [
Expand Down

0 comments on commit 858e674

Please sign in to comment.