tox: Remove pytest-xdist
This seems to fix the Travis build that recently started getting an ImportError on `gobject`.
This commit is contained in:
parent
09240dae2f
commit
7a0ade4112
4
tox.ini
4
tox.ini
@ -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]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user