[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
57/72: gnu: python-pandas-2: Restrict number of test processes.
From: |
guix-commits |
Subject: |
57/72: gnu: python-pandas-2: Restrict number of test processes. |
Date: |
Thu, 26 Dec 2024 09:33:07 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 1bd16b04bde5ba21baf8fc57ab07d5166033b9df
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 b6869819a5..ece6bbb573 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"
- 33/72: gnu: python-colorama: Update to 0.4.6., (continued)
- 33/72: gnu: python-colorama: Update to 0.4.6., guix-commits, 2024/12/26
- 35/72: gnu: python-platformdirs: Update to 4.3.6., guix-commits, 2024/12/26
- 37/72: gnu: python-typing-extensions: Update to 4.12.2., guix-commits, 2024/12/26
- 44/72: gnu: python-tox: Simplify., guix-commits, 2024/12/26
- 39/72: gnu: python-waitress: Update to 3.0.2., guix-commits, 2024/12/26
- 48/72: gnu: python-pydevd: Disable CI tests., guix-commits, 2024/12/26
- 49/72: gnu: python-stsci-stimage: Fix build., guix-commits, 2024/12/26
- 51/72: gnu: python-email-validator: Update to 2.2.0., guix-commits, 2024/12/26
- 55/72: gnu: python-pythran: Update to 0.17.0., guix-commits, 2024/12/26
- 56/72: gnu: python-pandas-2: Remove X., guix-commits, 2024/12/26
- 57/72: gnu: python-pandas-2: Restrict number of test processes.,
guix-commits <=
- 54/72: gnu: python-beniget: Update to 0.4.2.post1., guix-commits, 2024/12/26
- 58/72: gnu: python-gevent: Update to 24.11.1., guix-commits, 2024/12/26
- 63/72: gnu: python-httpretty: Enable tests., guix-commits, 2024/12/26
- 65/72: gnu: python-pydevd: Avoid test failures due to greendns., guix-commits, 2024/12/26
- 61/72: gnu: python-geventhttpclient: Update to 2.3.3., guix-commits, 2024/12/26
- 67/72: gnu: macs-3: Add missing input., guix-commits, 2024/12/26
- 70/72: gnu: python-pydantic-core: Update to 2.18.1., guix-commits, 2024/12/26
- 71/72: gnu: python-pydantic-2: Update to 2.7.0., guix-commits, 2024/12/26