Adding requirement for pytest >= 3.0 to fix strange INTERNALERROR in combination with hypothesis when using pytest 2.6.4

This commit is contained in:
Daniel Bradburn
2017-05-10 22:36:28 +02:00
parent ca1679e636
commit b952f56c44

View File

@@ -1,4 +1,4 @@
pytest
pytest>=3.0.0
flake8
hypothesis
six