From cb6935617c80c08928a036403ec0ec536e062391 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 7 Oct 2020 15:27:33 +0000 Subject: [PATCH] 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. --- tox.ini | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.11.0