[tox]
envlist = py38,py39,py310,py311
[testenv]
deps = -rdev_requirements.txt
commands = pytest
skip_install = true