Ratchet down Python warnings in tox
authorJeremy Stanley <fungi@yuggoth.org>
Sun, 23 Aug 2020 21:14:43 +0000 (21:14 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sun, 23 Aug 2020 21:17:57 +0000 (21:17 +0000)
Where possible, have tox envs treat any Python warning as an error.
This is not currently possible for any envs which invoke certain PBR
functionality, since it has a couple of outstanding fixes under
review to make it cease calling into deprecated code on newer Python
releases. Eventually this should be set in the global testenv when
possible, and only rolled back in case of dependency regressions or
new errors introduced by future interpreter versions.


No differences found