From: Jeremy Stanley Date: Wed, 7 Oct 2020 15:27:33 +0000 (+0000) Subject: Don't fail dist or docs builds on deprecations X-Git-Tag: 0.3.0~3 X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=commitdiff_plain;h=cb6935617c80c08928a036403ec0ec536e062391 Don't fail dist or docs builds on deprecations 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. --- diff --git a/tox.ini b/tox.ini index da6723b..ce59b99 100644 --- a/tox.ini +++ b/tox.ini @@ -40,8 +40,6 @@ usedevelop = False commands = mudpy {posargs} [testenv:dist] -setenv = - PYTHONWARNINGS=error allowlist_externals = rm deps = pbr @@ -54,8 +52,6 @@ commands = usedevelop = False [testenv:docs] -setenv = - PYTHONWARNINGS=error allowlist_externals = rm deps = -r{toxinidir}/requirements.txt