[tox] envlist = py{310,39,38},pypy3 allowlist_externals=make test [testenv] deps = .[test] .[display-plugin] .[yaml-plugin] commands = make lint test PYTEST_ARGS={posargs}