Merge pull request #1968 from nicoddemus/use-latest-hypothesis

Use hypothesis >= 3.5.2
This commit is contained in:
Florian Bruhin
2016-09-26 15:01:09 +02:00
committed by GitHub

11
tox.ini
View File

@@ -10,9 +10,8 @@ envlist=
[testenv]
commands= pytest --lsof -rfsxX {posargs:testing}
passenv = USER USERNAME
deps=
# pin to 3.5.0 until 3.5.2 is released
hypothesis==3.5.0
deps=
hypothesis>=3.5.2
nose
mock
requests
@@ -48,8 +47,7 @@ commands = flake8 pytest.py _pytest testing
deps=pytest-xdist>=1.13
mock
nose
# pin to 3.5.0 until 3.5.2 is released
hypothesis==3.5.0
hypothesis>=3.5.2
commands=
pytest -n1 -rfsxX {posargs:testing}
@@ -75,8 +73,7 @@ commands=
[testenv:py27-nobyte]
deps=
pytest-xdist>=1.13
# pin to 3.5.0 until 3.5.2 is released
hypothesis==3.5.0
hypothesis>=3.5.2
distribute=true
setenv=
PYTHONDONTWRITEBYTECODE=1