1
0
mirror of https://github.com/fedora-python/tox-current-env.git synced 2025-01-11 08:56:14 +01:00

Tests: Run tests in parallel with pytest-xdist

This commit is contained in:
Miro Hrončok 2019-10-21 13:04:49 +02:00
parent 868482fd79
commit b1b144e6be

View File

@ -4,9 +4,13 @@ envlist = {py36,py37,py38}-tox{35,release,master}
[testenv]
deps=
pytest
pytest-xdist
packaging
tox35: tox >=3.5,<3.6
toxrelease: tox
toxmaster: git+https://github.com/tox-dev/tox.git@master
commands =
pytest -v {posargs} tests
[pytest]
addopts = -nauto