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.


No differences found