mirror of
https://github.com/onyx-and-iris/slobs-cli.git
synced 2025-06-27 15:20:24 +01:00
bump min python version to 3.11 (because of ExceptionGroup in tests) patch bump
11 lines
187 B
INI
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 |