Skip to content

Commit f5361a3

Browse files
committed
Use a more recent hypothesis version on CI
1 parent 94e62df commit f5361a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ envlist =
2020
commands = pytest --lsof -ra {posargs:testing}
2121
passenv = USER USERNAME
2222
deps =
23-
hypothesis>=3.5.2
23+
hypothesis>=3.56
2424
nose
2525
mock
2626
requests
@@ -53,7 +53,7 @@ deps =
5353
pytest-xdist>=1.13
5454
mock
5555
nose
56-
hypothesis>=3.5.2
56+
hypothesis>=3.56
5757
changedir=testing
5858
commands =
5959
pytest -n8 -ra {posargs:.}
@@ -78,7 +78,7 @@ commands = {[testenv:py27-pexpect]commands}
7878
[testenv:py27-nobyte]
7979
deps =
8080
pytest-xdist>=1.13
81-
hypothesis>=3.5.2
81+
hypothesis>=3.56
8282
distribute = true
8383
changedir=testing
8484
setenv =

0 commit comments

Comments
 (0)