Skip to content

Debugging Windows CI test failures#439

Merged
joerick merged 1 commit into
mainfrom
fix-windows-target-description-test
Apr 21, 2026
Merged

Debugging Windows CI test failures#439
joerick merged 1 commit into
mainfrom
fix-windows-target-description-test

Conversation

@joerick
Copy link
Copy Markdown
Owner

@joerick joerick commented Apr 21, 2026

Two test_target_description_format cases have been failing on Windows CI since aa58942.

subprocess.check_output returns bytes; str(bytes) renders the repr, which doubles backslashes — so on Windows paths the substring check never matches. Pass text=True and drop the str() wrap.

On Windows, subprocess.check_output returns bytes and str(bytes) doubles
backslashes in the repr, so the path substring check fails. Use text=True
and compare directly.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@joerick joerick marked this pull request as ready for review April 21, 2026 11:04
@joerick joerick merged commit 0315edc into main Apr 21, 2026
21 checks passed
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.

1 participant