-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: Tests
-
None
Many features in the standard library and other third party libraries use a deprecation cycle instead of a major version to remove functionality.
By using PYTHONWARNING=error we can be alerted to deprecation warnings and update our code proactively. We can use assertWarns in our tests to handle deprecations and other warnings.