slobs-cli/tox.ini
onyx-and-iris 51923dc8a8 ensure tox tests run setup/teardown scripts
bump min python version to 3.11 (because of ExceptionGroup in tests)

patch bump
2025-06-11 16:37:02 +01:00

11 lines
187 B
INI

[tox]
env_list = py{311,312,313}
[testenv]
passenv = *
setenv = VIRTUALENV_DISCOVERY=pyenv
groups = dev
commands =
python tests/setup.py
pytest tests
python tests/teardown.py