1
0
mirror of https://github.com/fedora-python/tox-current-env.git synced 2024-12-23 16:46:14 +01:00
github.com_fedora-python_to.../tox.ini
Lumir Balhar f5beafc38c Fix tests
2022-12-13 16:48:00 +01:00

20 lines
466 B
INI

[tox]
# This information is repeated in .github/workflows/main.yaml
# (see https://github.com/fedora-python/tox-github-action/issues/8)
envlist = py36-tox{324,3},{py37,py38,py39,py310,py311}-tox{324,3,4}
[testenv]
extras =
tests
deps=
tox324: tox >=3.24,<3.25
tox3: tox < 4
tox4: tox >=4,< 5
commands =
!tox4: pytest -v {posargs} tests/test_integration.py
tox4: pytest -v {posargs} tests/test_integration_tox4.py
[pytest]
addopts = -nauto