diff options
| author | Hugo Buddelmeijer <hugo@buddelmeijer.nl> | 2026-07-13 21:54:13 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-08 23:02:25 +0100 |
| commit | 15b27fa9b7fa9770b73f2564a2065a57153173c6 (patch) | |
| tree | 7a79059bae1b4f8593b90d40c3038a2e58768120 | |
| parent | a66a0db2db403107e0ae96b06e8631a97b911769 (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
| -rw-r--r-- | gnu/packages/python-science.scm | 2 |
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" |
