Skip to content

Commit

Permalink
Pin hypothesis to 3.5.0 because 3.5.1 breaks the test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Sep 25, 2016
1 parent 09bcf7f commit 226ca6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ envlist=
commands= pytest --lsof -rfsxX {posargs:testing}
passenv = USER USERNAME
deps=
hypothesis
# pin to 3.5.0 due to HypothesisWorks/hypothesis-python#368
hypothesis==3.5.0
nose
mock
requests
Expand Down

0 comments on commit 226ca6b

Please sign in to comment.