2019-07-17 18:28:54 +02:00
|
|
|
[tox]
|
2020-08-12 16:28:20 +02:00
|
|
|
|
|
|
|
# This information is repeated in .github/workflows/main.yaml
|
|
|
|
# (see https://github.com/fedora-python/tox-github-action/issues/8)
|
2022-02-18 19:31:02 +01:00
|
|
|
envlist = {py36,py37,py38,py39,py310}-tox{release,master,315}
|
2019-07-17 18:28:54 +02:00
|
|
|
|
|
|
|
[testenv]
|
2019-07-26 14:47:17 +02:00
|
|
|
deps=
|
|
|
|
pytest
|
2019-10-21 13:04:49 +02:00
|
|
|
pytest-xdist
|
2019-08-01 14:46:01 +02:00
|
|
|
packaging
|
2020-08-12 17:04:58 +02:00
|
|
|
tox315: tox >=3.15,<3.16
|
2022-02-06 22:54:51 +01:00
|
|
|
toxrelease: tox < 4
|
2019-07-26 14:47:17 +02:00
|
|
|
toxmaster: git+https://github.com/tox-dev/tox.git@master
|
2019-07-17 18:28:54 +02:00
|
|
|
commands =
|
2019-07-18 11:06:48 +02:00
|
|
|
pytest -v {posargs} tests
|
2019-10-21 13:04:49 +02:00
|
|
|
|
|
|
|
[pytest]
|
|
|
|
addopts = -nauto
|