Skip to content

Commit aa1c408

Browse files
authored
Merge 73cab77 into 09bcf7f
2 parents 09bcf7f + 73cab77 commit aa1c408

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

tox.ini

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ envlist=
1111
commands= pytest --lsof -rfsxX {posargs:testing}
1212
passenv = USER USERNAME
1313
deps=
14-
hypothesis
14+
# pin to 3.5.0 until 3.5.2 is released
15+
hypothesis==3.5.0
1516
nose
1617
mock
1718
requests
@@ -47,7 +48,8 @@ commands = flake8 pytest.py _pytest testing
4748
deps=pytest-xdist>=1.13
4849
mock
4950
nose
50-
hypothesis
51+
# pin to 3.5.0 until 3.5.2 is released
52+
hypothesis==3.5.0
5153
commands=
5254
pytest -n1 -rfsxX {posargs:testing}
5355

@@ -71,8 +73,10 @@ commands=
7173
pytest -rfsxX test_pdb.py test_terminal.py test_unittest.py
7274

7375
[testenv:py27-nobyte]
74-
deps=pytest-xdist>=1.13
75-
hypothesis
76+
deps=
77+
pytest-xdist>=1.13
78+
# pin to 3.5.0 until 3.5.2 is released
79+
hypothesis==3.5.0
7680
distribute=true
7781
setenv=
7882
PYTHONDONTWRITEBYTECODE=1

0 commit comments

Comments
 (0)