summaryrefslogtreecommitdiff
path: root/gnu/packages/python-science.scm
diff options
context:
space:
mode:
authorHugo Buddelmeijer <hugo@buddelmeijer.nl>2026-07-13 21:54:13 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-08-08 23:02:25 +0100
commit15b27fa9b7fa9770b73f2564a2065a57153173c6 (patch)
tree7a79059bae1b4f8593b90d40c3038a2e58768120 /gnu/packages/python-science.scm
parenta66a0db2db403107e0ae96b06e8631a97b911769 (diff)
gnu: python-pandera: Reduce threads even more.
* gnu/packages/python-science.scm (python-pandera): Reduce threads. [arguments]<#:test-flags>: Reduce numprocesses to 2. Relates-to: guix/guix!9909
Diffstat (limited to 'gnu/packages/python-science.scm')
-rw-r--r--gnu/packages/python-science.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 544ca1dd6cd..56b1ba8f86e 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -4687,7 +4687,7 @@ idea of the remaining amount of computation to be done.")
4687 ;; tests: 3810 passed, 22 skipped, 21 xfailed, 5923 warnings 4687 ;; tests: 3810 passed, 22 skipped, 21 xfailed, 5923 warnings
4688 #:test-flags 4688 #:test-flags
4689 ;; With higher threads count tests randomly fail during collection. 4689 ;; With higher threads count tests randomly fail during collection.
4690 #~(list "--numprocesses" (number->string (min 4 (parallel-job-count))) 4690 #~(list "--numprocesses" (number->string (min 2 (parallel-job-count)))
4691 ;; TODO: Ignore tests for not packaged python-ibis-framework, 4691 ;; TODO: Ignore tests for not packaged python-ibis-framework,
4692 ;; and python-pyspark. 4692 ;; and python-pyspark.
4693 "--ignore=tests/ibis" 4693 "--ignore=tests/ibis"