-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make uv tests on Windows run sequentially
- Loading branch information
Showing
2 changed files
with
14 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
[test-groups] | ||
uv = { max-threads = 1} | ||
|
||
# On Windows, concurrent uv runs may fail by `Access Denied` errors | ||
# due to concurrent uv cache writes. | ||
# Configure these tests to run sequentially. | ||
[[profile.default.overrides]] | ||
filter = 'test(/^(run::run_basic)|(run::local_need_install)$/)' | ||
platform = 'cfg(windows)' | ||
test-group = 'uv' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters