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)
commitcb6935617c80c08928a036403ec0ec536e062391
treea99c4e99c5138d6ff60177b48a6e715fb2f6e00d
parentd1362ea83d4d7eae9dd786109c02224928b2bf01
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