tox.ini: remove additionally missed mock deps

Ref: https://github.com/pytest-dev/pytest/pull/4415#discussion_r234452144
This commit is contained in:
Daniel Hahler
2018-11-18 19:37:04 +01:00
parent cdbe2299ec
commit c56cc93cbd

View File

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