Skip to content

Commit 155f3fd

Browse files
committed
Make python_install tests require 4 threads
1 parent c1d3c9b commit 155f3fd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.config/nextest.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ test-group = 'serial'
1313
[[profile.default.overrides]]
1414
filter = 'package(uv-keyring)'
1515
test-group = 'serial'
16+
17+
[[profile.default.overrides]]
18+
filter = 'test(python_install::)'
19+
threads-required = 4

0 commit comments

Comments
 (0)