Skip to content

Commit 6258248

Browse files
authored
Merge pull request #4138 from blueyed/cov-pexpect
tox.ini: clean up changedir
2 parents 7e1fac5 + 3bd9f98 commit 6258248

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

tox.ini

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ deps =
3636
{env:_PYTEST_TOX_EXTRA_DEP:}
3737

3838
[testenv:py27-subprocess]
39-
changedir = .
4039
deps =
4140
pytest-xdist>=1.13
4241
py27: mock
@@ -72,16 +71,14 @@ deps =
7271
commands = {[testenv:py27-xdist]commands}
7372

7473
[testenv:py27-pexpect]
75-
changedir = testing
7674
platform = linux|darwin
7775
deps =
7876
pexpect
7977
{env:_PYTEST_TOX_EXTRA_DEP:}
8078
commands =
81-
{env:_PYTEST_TOX_COVERAGE_RUN:} pytest test_pdb.py test_terminal.py test_unittest.py {posargs}
79+
{env:_PYTEST_TOX_COVERAGE_RUN:} pytest testing/test_pdb.py testing/test_terminal.py testing/test_unittest.py {posargs}
8280

8381
[testenv:py36-pexpect]
84-
changedir = {[testenv:py27-pexpect]changedir}
8582
platform = {[testenv:py27-pexpect]platform}
8683
deps = {[testenv:py27-pexpect]deps}
8784
commands = {[testenv:py27-pexpect]commands}
@@ -93,12 +90,11 @@ deps =
9390
py27: mock
9491
{env:_PYTEST_TOX_EXTRA_DEP:}
9592
distribute = true
96-
changedir=testing
9793
setenv =
9894
{[testenv]setenv}
9995
PYTHONDONTWRITEBYTECODE=1
10096
commands =
101-
{env:_PYTEST_TOX_COVERAGE_RUN:} pytest -n auto {posargs:.}
97+
{env:_PYTEST_TOX_COVERAGE_RUN:} pytest -n auto {posargs}
10298

10399
[testenv:py27-trial]
104100
deps =

0 commit comments

Comments
 (0)