Skip to content

Commit 4c6ec99

Browse files
committed
Do not changedir for py27 and xdist runs
1 parent 1ece648 commit 4c6ec99

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tox.ini

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,8 @@ deps =
5151
nose
5252
hypothesis>=3.56
5353
{env:_PYTEST_TOX_EXTRA_DEP:}
54-
changedir=testing
5554
commands =
56-
{env:_PYTEST_TOX_COVERAGE_RUN:} pytest -n8 -ra {posargs:.}
55+
{env:_PYTEST_TOX_COVERAGE_RUN:} pytest -n8 -ra {posargs:testing}
5756

5857
[testenv:py36-xdist]
5958
deps = {[testenv:py27-xdist]deps}
@@ -81,12 +80,11 @@ deps =
8180
mock
8281
{env:_PYTEST_TOX_EXTRA_DEP:}
8382
distribute = true
84-
changedir=testing
8583
setenv =
8684
{[testenv]setenv}
8785
PYTHONDONTWRITEBYTECODE=1
8886
commands =
89-
{env:_PYTEST_TOX_COVERAGE_RUN:} pytest -n3 -ra {posargs:.}
87+
{env:_PYTEST_TOX_COVERAGE_RUN:} pytest -n3 -ra {posargs:testing}
9088

9189
[testenv:py27-trial]
9290
deps =

0 commit comments

Comments
 (0)