summaryrefslogtreecommitdiff
path: root/gnu/packages/python-science.scm
diff options
context:
space:
mode:
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"