File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,8 @@ envlist=
10
10
[testenv]
11
11
commands = pytest --lsof -rfsxX {posargs:testing}
12
12
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
16
15
nose
17
16
mock
18
17
requests
@@ -48,8 +47,7 @@ commands = flake8 pytest.py _pytest testing
48
47
deps =pytest-xdist>=1.13
49
48
mock
50
49
nose
51
- # pin to 3.5.0 until 3.5.2 is released
52
- hypothesis ==3.5.0
50
+ hypothesis>=3.5.2
53
51
commands =
54
52
pytest -n1 -rfsxX {posargs:testing}
55
53
@@ -75,8 +73,7 @@ commands=
75
73
[testenv:py27-nobyte]
76
74
deps =
77
75
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
80
77
distribute =true
81
78
setenv =
82
79
PYTHONDONTWRITEBYTECODE =1
You can’t perform that action at this time.
0 commit comments