1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: poetry: Fix tests by limiting maximum threads count.

* gnu/packages/package-management.scm (poetry)[arguments] <test-flags>:
Limit parallel tests up to 8 threads, they look like not thread same on
scale.

Change-Id: I7608c833b7ceb62fefc4adceff040ec37d4a6ff0
This commit is contained in:
Sharlatan Hellseher
2025-12-04 22:08:29 +00:00
parent 55ab7a1f17
commit 2764d68cb4

View File

@@ -1336,8 +1336,9 @@ Trisquel's @code{apt}.")
(list
;; tests: 1295 passed, 9 skipped
#:test-flags
;; Network access is required.
#~(list "--ignore=tests/console/commands/test_add.py"
#~(list "--numprocesses" (number->string (min 8 (parallel-job-count)))
;; Network access is required.
"--ignore=tests/console/commands/test_add.py"
"--ignore=tests/console/commands/test_search.py"
"--ignore=tests/console/commands/test_show.py"
"--ignore=tests/installation/test_chef.py"