You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[test] Use Python development module with warnings as errors for testing
From the docs [1]:
> The Python Development Mode introduces additional runtime checks that
are too expensive to be enabled by default. It should not be more
verbose than the default if the code is correct; new warnings are only
emitted when an issue is detected.
Also use the `-W error` flag to treat warnings as errors.
This should help us to find bugs and problems with the tests.
[1] https://docs.python.org/3/library/devmode.html
0 commit comments