[tox]envlist=py{39,310,311,312,313}-test,pypy3-test,flake8skipsdist=True[testenv]sitepackages=Truedeps=test:pytestallowlist_externals=pytestcommands=pylint:pylint pymtest:pytest -vv -ra -l -o console_output_style=count {posargs}[flake8]# We initially start small, but we probably want to expand that list with time.select=F4,F6,F7,F8,F9