Skip to content

Commit f31447b

Browse files
committed
Use hypothesis >= 3.5.2
Related to #1962
1 parent b071fdc commit f31447b

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

tox.ini

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ envlist=
1010
[testenv]
1111
commands= pytest --lsof -rfsxX {posargs:testing}
1212
passenv = USER USERNAME
13-
deps=
14-
# pin to 3.5.0 until 3.5.2 is released
15-
hypothesis==3.5.0
13+
deps=
14+
hypothesis>=3.5.2
1615
nose
1716
mock
1817
requests
@@ -48,8 +47,7 @@ commands = flake8 pytest.py _pytest testing
4847
deps=pytest-xdist>=1.13
4948
mock
5049
nose
51-
# pin to 3.5.0 until 3.5.2 is released
52-
hypothesis==3.5.0
50+
hypothesis>=3.5.2
5351
commands=
5452
pytest -n1 -rfsxX {posargs:testing}
5553

@@ -75,8 +73,7 @@ commands=
7573
[testenv:py27-nobyte]
7674
deps=
7775
pytest-xdist>=1.13
78-
# pin to 3.5.0 until 3.5.2 is released
79-
hypothesis==3.5.0
76+
hypothesis>=3.5.2
8077
distribute=true
8178
setenv=
8279
PYTHONDONTWRITEBYTECODE=1

0 commit comments

Comments
 (0)