The current deprecation issues in dependencies raise warnings for
the dist and docs tox environments when run with Python 3.9 as the
default python3 interpreter. Use the same exclusions in the base
testenv definition for them now, until the maintainers of those
dependencies release updates.
commands = mudpy {posargs}
[testenv:dist]
-setenv =
- PYTHONWARNINGS=error
allowlist_externals = rm
deps =
pbr
usedevelop = False
[testenv:docs]
-setenv =
- PYTHONWARNINGS=error
allowlist_externals = rm
deps =
-r{toxinidir}/requirements.txt