localhost is slow? Unsure why this matters but it seems to.

lower min python version

add tox configuration
This commit is contained in:
2025-06-10 21:51:05 +01:00
parent 896668a82b
commit fee2d12e17
5 changed files with 236 additions and 31 deletions

9
tox.ini Normal file
View File

@@ -0,0 +1,9 @@
[tox]
env_list = py{310,311,312}
[testenv]
passenv = *
setenv = VIRTUALENV_DISCOVERY=pyenv
groups = dev
commands =
pytest tests