Use a more recent hypothesis version on CI

This commit is contained in:
Bruno Oliveira 2018-05-16 07:32:06 -03:00
parent 94e62dfc50
commit f5361a302c
1 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ envlist =
commands = pytest --lsof -ra {posargs:testing} commands = pytest --lsof -ra {posargs:testing}
passenv = USER USERNAME passenv = USER USERNAME
deps = deps =
hypothesis>=3.5.2 hypothesis>=3.56
nose nose
mock mock
requests requests
@ -53,7 +53,7 @@ deps =
pytest-xdist>=1.13 pytest-xdist>=1.13
mock mock
nose nose
hypothesis>=3.5.2 hypothesis>=3.56
changedir=testing changedir=testing
commands = commands =
pytest -n8 -ra {posargs:.} pytest -n8 -ra {posargs:.}
@ -78,7 +78,7 @@ commands = {[testenv:py27-pexpect]commands}
[testenv:py27-nobyte] [testenv:py27-nobyte]
deps = deps =
pytest-xdist>=1.13 pytest-xdist>=1.13
hypothesis>=3.5.2 hypothesis>=3.56
distribute = true distribute = true
changedir=testing changedir=testing
setenv = setenv =