Don't fail dist or docs builds on deprecations
authorJeremy Stanley <fungi@yuggoth.org>
Wed, 7 Oct 2020 15:27:33 +0000 (15:27 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Wed, 7 Oct 2020 15:27:33 +0000 (15:27 +0000)
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.

tox.ini

diff --git a/tox.ini b/tox.ini
index da6723b..ce59b99 100644 (file)
--- 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