Skip to content

Conversation

@guitargeek
Copy link
Contributor

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

@guitargeek guitargeek self-assigned this Feb 4, 2026
@guitargeek guitargeek requested a review from bellenot as a code owner February 4, 2026 13:04
@guitargeek guitargeek force-pushed the python_dev branch 2 times, most recently from eb13c60 to 88c07d3 Compare February 4, 2026 13:24
@github-actions
Copy link

github-actions bot commented Feb 4, 2026

Test Results

    22 files      22 suites   3d 15h 56m 53s ⏱️
 3 779 tests  3 740 ✅ 0 💤  39 ❌
76 054 runs  75 789 ✅ 0 💤 265 ❌

For more details on these failures, see this check.

Results for commit b622cbc.

♻️ This comment has been updated with latest results.

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant