File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ envlist=
1111commands = pytest --lsof -rfsxX {posargs:testing}
1212passenv = USER USERNAME
1313deps =
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
4748deps =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
5153commands =
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
7680distribute =true
7781setenv =
7882 PYTHONDONTWRITEBYTECODE =1
You can’t perform that action at this time.
0 commit comments