Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Escalate test suite warnings to errors #205

Conversation

kurtmckee
Copy link
Contributor

This helps ensure that warnings that CPython ignores by default -- ResourceWarning -- or that warn of pending changes -- DeprecationWarning -- cause test suite failures in CI and can be addressed.

There are currently no warnings to address.

@coveralls
Copy link

coveralls commented Oct 4, 2024

Coverage Status

coverage: 61.833%. remained the same
when pulling 5714c46 on kurtmckee:escalate-test-suite-warnings
into 0f335b3 on LudovicRousseau:master.

@LudovicRousseau
Copy link
Owner

Please, copy the PR description in the commit message.

@kurtmckee kurtmckee force-pushed the escalate-test-suite-warnings branch from 14aaa63 to 4ffbccc Compare October 4, 2024 14:29
@kurtmckee
Copy link
Contributor Author

I've copied in the descriptive text, but not the temporal "there are currently no warnings" text. If that's still desired, I can include it.

@LudovicRousseau
Copy link
Owner

If you think it is important to be present in the PR discussion then it should also be in the commit message.
"There are currently no warnings to address." indicates that no warning are/were present at the time of this commit.

You should write nice commit messages. And github will reuse them for the PR description.

This helps ensure that warnings that CPython ignores by default
-- ResourceWarning -- or that warn of pending changes
-- DeprecationWarning -- cause test suite failures in CI
and can be addressed.

There are currently no warnings to address.
@kurtmckee kurtmckee force-pushed the escalate-test-suite-warnings branch from 4ffbccc to 5714c46 Compare October 4, 2024 21:44
@kurtmckee
Copy link
Contributor Author

Thanks for the clear explanation! I'll work to follow that.

I've updated the commit message. 👍

@LudovicRousseau LudovicRousseau merged commit b6324cc into LudovicRousseau:master Oct 6, 2024
21 checks passed
@kurtmckee kurtmckee deleted the escalate-test-suite-warnings branch October 13, 2024 04:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants