Skip to content

Escalate test suite warnings to errors#1107

Merged
jpadilla merged 1 commit intojpadilla:masterfrom
kurtmckee:escalate-warnings-to-errors
Nov 30, 2025
Merged

Escalate test suite warnings to errors#1107
jpadilla merged 1 commit intojpadilla:masterfrom
kurtmckee:escalate-warnings-to-errors

Conversation

@kurtmckee
Copy link
Copy Markdown
Contributor

@kurtmckee kurtmckee commented Oct 22, 2025

All existing warnings have recently been resolved, so escalating warnings to errors helps identify new issues early.

Note

This change seemed too trivial to warrant a CHANGELOG entry. However, I can add one if desired. Please let me know!

All existing warnings have recently been resolved,
so escalating warnings to errors helps identify new issues early.
@kurtmckee
Copy link
Copy Markdown
Contributor Author

@auvipy Do you want a CHANGELOG entry for this PR?

@jpadilla jpadilla merged commit 93086bd into jpadilla:master Nov 30, 2025
28 of 29 checks passed
@kurtmckee kurtmckee deleted the escalate-warnings-to-errors branch November 30, 2025 13:36
marsninja pushed a commit to jaseci-labs/jaseci that referenced this pull request Jan 30, 2026
…gth requirements (#4395)

## **Description**


PyJWT 2.10+ emits an _InsecureKeyLengthWarning_ when HMAC keys are
shorter than 32 bytes (RFC 7518 Section 3.2). The default JWT secret
"supersecretkey" (14 bytes) triggered this warning, which pytest on CI
treated as an error, causing `test_refresh_token_too_old `to fail.
Reference:jpadilla/pyjwt#1107

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
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