ensure tox tests run setup/teardown scripts

bump min python version to 3.11 (because of ExceptionGroup in tests)

patch bump
This commit is contained in:
2025-06-11 16:37:02 +01:00
parent 37364e7243
commit 51923dc8a8
5 changed files with 29 additions and 7 deletions

View File

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