[tox] env_list = py311 minversion = 4.4.7 [testenv] description = run the tests with pytest package = wheel wheel_build_env = .pkg deps = pytest>=6 flake8 -r requirements.txt commands = pytest {tty:--color=yes} {posargs} administrator