Skip to content

Commit 799e27e

Browse files
committed
workaround hypothesis issue
See HypothesisWorks/hypothesis#367
1 parent aeddc12 commit 799e27e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pytest
22
pytest-cov
3-
hypothesis[numpy]
3+
hypothesis[numpy] !=3.5.1, !=3.5.0

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ envlist = py27,py34,py35
88
deps=
99
pytest
1010
pytest-cov
11-
hypothesis[numpy]
11+
hypothesis[numpy] !=3.5.1, !=3.5.0
1212
numpy
1313
scipy
1414
scikit-learn

0 commit comments

Comments
 (0)