Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix windows py spurious stderr failure (#1885)
<!-- Thank you for contributing to uv! To help us out with reviewing, please consider the following: - Does this pull request include a summary of the change? (See below.) - Does this pull request include a descriptive title? - Does this pull request include references to any relevant issues? --> ## Summary On Windows `10.0.19045` the `py` command prints to `stderr` even when working correctly. This means that uv should not treat this as a failure. Fixes #1904 ## Test Plan I ran the modified code and it worked. I expect the pull request to run automated tests.
- Loading branch information