tox: Remove pytest-xdist

This seems to fix the Travis build that recently started getting an
ImportError on `gobject`.
This commit is contained in:
Stein Magnus Jodal 2018-09-29 23:07:17 +02:00
parent 09240dae2f
commit 7a0ade4112

View File

@ -7,13 +7,11 @@ commands =
pytest \
--basetemp={envtmpdir} \
--cov=mopidy --cov-report=term-missing \
-n 4 \
{posargs}
deps =
mock
pytest>=3.3.0
pytest
pytest-cov
pytest-xdist
responses
[testenv:docs]