Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
uv/tests: fix windows-only dependency filter
Previously we were using `[+-~]`, but this includes the full range of characters from `+` to `~`. Incidentally, this does include `-`. We instead rewrite this as `[-+~]`, which probably matches the intent.
- Loading branch information