Skip to content

Commit c12d854

Browse files
committed
tox: remove obsolete whitelist_externals
1 parent 858a55f commit c12d854

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tox.ini

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ envlist =
1717
docs
1818

1919
[testenv]
20-
whitelist_externals = env
2120
commands =
2221
{env:_PYTEST_TOX_COVERAGE_RUN:} pytest --lsof -ra {posargs:testing}
2322
coverage: coverage combine
@@ -61,7 +60,6 @@ deps =
6160
nose
6261
hypothesis>=3.56
6362
{env:_PYTEST_TOX_EXTRA_DEP:}
64-
whitelist_externals = env
6563
passenv = USER USERNAME TRAVIS
6664
commands =
6765
{env:_PYTEST_TOX_COVERAGE_RUN:} pytest -n auto -ra {posargs:testing}
@@ -82,7 +80,6 @@ platform = linux|darwin
8280
deps =
8381
pexpect
8482
{env:_PYTEST_TOX_EXTRA_DEP:}
85-
whitelist_externals = env
8683
commands =
8784
{env:_PYTEST_TOX_COVERAGE_RUN:} pytest -ra test_pdb.py test_terminal.py test_unittest.py
8885

@@ -103,7 +100,6 @@ changedir=testing
103100
setenv =
104101
{[testenv]setenv}
105102
PYTHONDONTWRITEBYTECODE=1
106-
whitelist_externals = env
107103
passenv = USER USERNAME TRAVIS
108104
commands =
109105
{env:_PYTEST_TOX_COVERAGE_RUN:} pytest -n auto -ra {posargs:.}
@@ -112,7 +108,6 @@ commands =
112108
deps =
113109
twisted
114110
{env:_PYTEST_TOX_EXTRA_DEP:}
115-
whitelist_externals = env
116111
commands =
117112
{env:_PYTEST_TOX_COVERAGE_RUN:} pytest -ra {posargs:testing/test_unittest.py}
118113

@@ -124,7 +119,6 @@ commands = {[testenv:py27-trial]commands}
124119
deps =
125120
numpy
126121
{env:_PYTEST_TOX_EXTRA_DEP:}
127-
whitelist_externals = env
128122
commands=
129123
{env:_PYTEST_TOX_COVERAGE_RUN:} pytest -ra {posargs:testing/python/approx.py}
130124

@@ -160,7 +154,6 @@ skipsdist = True
160154
deps =
161155
PyYAML
162156
{env:_PYTEST_TOX_EXTRA_DEP:}
163-
whitelist_externals = env
164157
commands =
165158
{env:_PYTEST_TOX_COVERAGE_RUN:} pytest -ra doc/en
166159
{env:_PYTEST_TOX_COVERAGE_RUN:} pytest --doctest-modules --pyargs _pytest

0 commit comments

Comments
 (0)