[tox] requires = tox>=4 env_list = py{39,310,311,312,313,314,315} [testenv] description = run unit tests extras = test commands = pytest -v {posargs}