Enable DeprecationWarning in test environments
Many deprecations are triggered early (on imports, for example) before the warnings are enabled by the WarningsFixture in the base test class. To make sure all DeprecationWarning messages are emitted we enable them via the PYTHONWARNINGS environment variable. Change-Id: I93d9447b5f26ba474d4c283a3df49cf4461c715d NOTE: All subprojects should do this too.
This commit is contained in:
Reference in New Issue
Block a user