Skip to content

fix filename formatting test for Windows compatibility#2919

Merged
Rowlando13 merged 1 commit intopallets:uvfrom
john0isaac:uv
May 16, 2025
Merged

fix filename formatting test for Windows compatibility#2919
Rowlando13 merged 1 commit intopallets:uvfrom
john0isaac:uv

Conversation

@john0isaac
Copy link
Copy Markdown
Contributor

Windows does not support bytes paths, leading to UnicodeDecodeError when passing invalid UTF-8 bytes. Replaced the test input with a Unicode string containing the replacement character (�), which simulates the intended test case while working cross-platform.

Windows does not support bytes paths, leading to UnicodeDecodeError when passing invalid UTF-8 bytes. Replaced the test input with a Unicode string containing the replacement character (�), which simulates the intended test case while working cross-platform.
@Rowlando13 Rowlando13 merged commit 108c335 into pallets:uv May 16, 2025
10 checks passed
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 31, 2025
@kdeldycke kdeldycke added this to the 8.2.1 milestone Aug 12, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants