guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 8d78892b070fbf7ac9533ea6cee3c20cae0a5989
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Feb 10 08:32:57 2026 +0000
gnu: python-sphinx: Pin to 8 thread during check phase.
* gnu/packages/sphinx.scm (python-sphinx):[arguments] <test-flags>:
Limit the number of threads to maximum of 8 to amend failure in CI.
Fixes: guix/guix#6284
Reported-by: Efraim Flashner <[email protected]>
Change-Id: I77ce22e957d1ca213edb8e507a81bac3fd18dc8a
---
gnu/packages/sphinx.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index ee73371afe..b3dac79519 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -84,7 +84,7 @@
(arguments
(list
#:test-flags
- #~(list "--numprocesses" (number->string (parallel-job-count))
+ #~(list "--numprocesses" (number->string (min 8 (parallel-job-count)))
"-k" (string-join
;; XXX: Assertions fail in these tests, check why.
(list "not test_additional_targets_should_be_translated"