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
fix: suppress subprocess UTF-8 decode warnings in test runners
Add errors="replace" to subprocess.run() calls in test_regression.py,
test_snapshot.py, and test_e2e_pipeline.py. The validator emits
Windows-1252 bytes in its stderr color codes; replacing undecodable
bytes prevents PytestUnhandledThreadExceptionWarning noise without
affecting test correctness.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments