Run the `uv-keyring` tests serially (#15629)

This commit is contained in:
Zanie Blue 2025-09-02 13:02:07 -05:00
parent 45946b80b0
commit aa161884aa
1 changed files with 4 additions and 0 deletions

View File

@ -9,3 +9,7 @@ serial = { max-threads = 1 }
[[profile.default.overrides]] [[profile.default.overrides]]
filter = 'test(native_auth)' filter = 'test(native_auth)'
test-group = 'serial' test-group = 'serial'
[[profile.default.overrides]]
filter = 'package(uv-keyring)'
test-group = 'serial'