Merge pull request #4417 from blueyed/tox-mock
tox.ini: remove additionally missed mock deps
This commit is contained in:
commit
a281d6620b
2
tox.ini
2
tox.ini
|
@ -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 =
|
||||
|
|
Loading…
Reference in New Issue