Remove pytest-xdist in CI builds

It doesn't speed up tests that much and seems to conflict with coverage
in Python 3.7
This commit is contained in:
Tobias Gruetzmacher 2019-01-04 00:30:31 +01:00
parent df18acf135
commit 855e4d0614
2 changed files with 1 additions and 2 deletions

View file

@ -42,7 +42,6 @@ bash =
argcomplete
test =
pytest-cov
pytest-xdist
responses
[bdist_wheel]

View file

@ -3,7 +3,7 @@ envlist = py27, py34, py35, py36, py37, flake8
[testenv]
commands =
{envbindir}/py.test --tb=short -n 4 \
{envbindir}/py.test --tb=short \
--junitxml={toxworkdir}/junit-{envname}.xml \
--cov=dosagelib --cov-config=tox.ini --cov-branch \
--cov-report=term \