Merge pull request #4417 from blueyed/tox-mock

tox.ini: remove additionally missed mock deps
This commit is contained in:
Anthony Sottile
2018-11-18 12:06:59 -08:00
committed by GitHub

View File

@@ -60,7 +60,6 @@ commands =
extras = testing
deps =
pytest-xdist>=1.13
{py27,pypy}: mock
{env:_PYTEST_TOX_EXTRA_DEP:}
commands = {[testenv:py27-xdist]commands}
@@ -81,7 +80,6 @@ commands = {[testenv:py27-pexpect]commands}
extras = testing
deps =
pytest-xdist>=1.13
py27: mock
{env:_PYTEST_TOX_EXTRA_DEP:}
distribute = true
setenv =