[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
52/455: gnu: python-pandas-2: Restrict number of test processes.
From: |
guix-commits |
Subject: |
52/455: gnu: python-pandas-2: Restrict number of test processes. |
Date: |
Mon, 20 Jan 2025 15:46:32 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit aa0d8b7e6c191536eb637c2e38ef85d08fead85e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Dec 18 09:34:16 2024 +0100
gnu: python-pandas-2: Restrict number of test processes.
* gnu/packages/python-science.scm (python-pandas-2)[arguments]: Restrict to
at
most four processes.
Change-Id: I8ee4cb29ad922e9b853515b5f0e8f8aabca52c92
---
gnu/packages/python-science.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 0606643f99..ec03e35b85 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -1234,7 +1234,9 @@ doing practical, real world data analysis in Python.")
#:test-flags
#~(list "--pyargs" "pandas"
;; "--exitfirst"
- "--numprocesses" (number->string (parallel-job-count))
+ ;; XXX The tests won't even start on my 16 core laptop, but they
+ ;; start with 4 processes.
+ "--numprocesses" (number->string (min 4 (parallel-job-count)))
"-m" "not slow and not network and not db"
;; All tests errored.
"--ignore=pandas/tests/io/test_clipboard.py"
- 383/455: gnu: python-eliot: Update to 1.16.0., (continued)
- 383/455: gnu: python-eliot: Update to 1.16.0., guix-commits, 2025/01/20
- 395/455: gnu: python-maxminddb: Update to 2.6.3., guix-commits, 2025/01/20
- 397/455: gnu: python-internetarchive: Update to 5.1.0., guix-commits, 2025/01/20
- 420/455: gnu: Add python-bed-reader., guix-commits, 2025/01/20
- 426/455: gnu: python-contexttimer: Add missing inputs., guix-commits, 2025/01/20
- 432/455: gnu: python-django-haystack: Enable tests., guix-commits, 2025/01/20
- 13/455: gnu: python-scikit-build-core: Update to 0.10.7., guix-commits, 2025/01/20
- 06/455: gnu: python-qdldl: Add missing input., guix-commits, 2025/01/20
- 38/455: gnu: python-httpx: Update to 0.28.1., guix-commits, 2025/01/20
- 05/455: gnu: python-pyramid: Update to 2.0.2., guix-commits, 2025/01/20
- 52/455: gnu: python-pandas-2: Restrict number of test processes.,
guix-commits <=
- 42/455: gnu: python-pydantic: Fix build., guix-commits, 2025/01/20
- 84/455: gnu: python-cryptography-vectors: Update to 44.0.0., guix-commits, 2025/01/20
- 79/455: gnu: python-rdflib-6: Accept newer isodate., guix-commits, 2025/01/20
- 116/455: gnu: python-botocore: Limit number of parallel test workers., guix-commits, 2025/01/20
- 128/455: gnu: Remove python-dataclasses., guix-commits, 2025/01/20
- 76/455: gnu: python-cwl-upgrader: Add missing inputs., guix-commits, 2025/01/20
- 134/455: gnu: python-flask-wtf: Update to 1.2.2., guix-commits, 2025/01/20
- 138/455: gnu: python-pillow: Use pyproject-build-system., guix-commits, 2025/01/20
- 195/455: gnu: python-scikit-allel: Update to 1.3.13., guix-commits, 2025/01/20
- 174/455: gnu: python-scanpy: Update to 1.10.4., guix-commits, 2025/01/20