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
1 changed files with 0 additions and 2 deletions

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 =