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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user