Skip to content

fix: suppress CLI noise from escape sequences and third-party warnings#1210

Merged
Jammy2211 merged 1 commit intomainfrom
feature/cli-noise-clean
Apr 13, 2026
Merged

fix: suppress CLI noise from escape sequences and third-party warnings#1210
Jammy2211 merged 1 commit intomainfrom
feature/cli-noise-clean

Conversation

@Jammy2211
Copy link
Copy Markdown
Collaborator

Summary

Suppress CLI noise during test collection by converting docstrings with LaTeX math to raw strings, renaming a test class that triggered PytestCollectionWarning, and adding pytest warning filters for JAX CUDA, JAX deprecations, and SQLAlchemy relationship warnings.

Closes #1209

API Changes

None — internal changes only.

Test Plan

  • All 1205 unit tests pass
  • pytest --co produces zero warnings

🤖 Generated with Claude Code

…ty warnings

Convert docstrings containing LaTeX math and ASCII art to raw strings (r""")
to fix SyntaxWarning: invalid escape sequence warnings during test collection.
Add pytest filterwarnings for JAX CUDA plugin and deprecation warnings.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@Jammy2211 Jammy2211 merged commit c5eb880 into main Apr 13, 2026
2 checks passed
@Jammy2211 Jammy2211 deleted the feature/cli-noise-clean branch April 13, 2026 12:00
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.

fix: suppress CLI noise from tests and workspace scripts

1 participant