Skip to content

Commit

Permalink
requirements-test: ignore incompatible pytests
Browse files Browse the repository at this point in the history
pytest-4.6-[012] are incompatible with older setuptools, see pytest-dev/pytest#5389
  • Loading branch information
duncanmmacleod committed Jun 10, 2019
1 parent 3fa6dae commit e911d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-test.txt
@@ -1,7 +1,7 @@
# requirements for GWpy tests
# pytest needs more-itertools, we need it to work on python2.7
more-itertools < 6.0a0 ; python_version < '3'
pytest >= 3.3.0
pytest >= 3.3.0, !=4.6.0, !=4.6.1, !=4.6.2
pytest-cov >= 2.4.0
pytest-xdist < 1.28.0
mock ; python_version < '3'
Expand Down

0 comments on commit e911d65

Please sign in to comment.