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
commit a281d6620b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 =