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)
commit918590c9f8e6607e48a41e61014c098c4afa9ce5
tree1e20eb4681a522007dbd32f51c62a8b359bd4afd
parent70381626690da47866363ef51ef8a37a4831dffa
Ratchet down Python warnings in tox

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.
tox.ini