File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ def test_place_initial_imports(self):
66
66
s = """'Doc string'\n other = stuff"""
67
67
m = rewrite (s )
68
68
# Module docstrings in 3.7 are part of Module node, it's not in the body
69
- # so we remove it so the following body items have the same indexes on
69
+ # so we remove it so the following body items have the same indexes on
70
70
# all Python versions
71
71
if sys .version_info < (3 , 7 ):
72
72
assert isinstance (m .body [0 ], ast .Expr )
Original file line number Diff line number Diff line change 64
64
mock
65
65
nose
66
66
hypothesis>=3.5.2
67
+ changedir =testing
67
68
commands =
68
- pytest -n1 -rfsxX {posargs:testing }
69
+ pytest -n1 -rfsxX {posargs:. }
69
70
70
71
[testenv:py36-xdist]
71
72
deps = {[testenv:py27-xdist]deps}
@@ -91,10 +92,11 @@ deps =
91
92
pytest-xdist>=1.13
92
93
hypothesis>=3.5.2
93
94
distribute = true
95
+ changedir =testing
94
96
setenv =
95
97
PYTHONDONTWRITEBYTECODE =1
96
98
commands =
97
- pytest -n3 -rfsxX {posargs:testing }
99
+ pytest -n3 -rfsxX {posargs:. }
98
100
99
101
[testenv:py27-trial]
100
102
deps = twisted
You can’t perform that action at this time.
0 commit comments