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 \ pytest \
--basetemp={envtmpdir} \ --basetemp={envtmpdir} \
--cov=mopidy --cov-report=term-missing \ --cov=mopidy --cov-report=term-missing \
-n 4 \
{posargs} {posargs}
deps = deps =
mock mock
pytest>=3.3.0 pytest
pytest-cov pytest-cov
pytest-xdist
responses responses
[testenv:docs] [testenv:docs]