[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
47/57: gnu: python-joblib: Disable one additional test.
From: |
guix-commits |
Subject: |
47/57: gnu: python-joblib: Disable one additional test. |
Date: |
Thu, 19 Dec 2024 06:31:44 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit f111c2e672a50fd11c9f516f3aa4b05fd681e0ca
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Dec 17 20:40:10 2024 +0100
gnu: python-joblib: Disable one additional test.
* gnu/packages/python-xyz.scm (python-joblib)[arguments]: Disable one more
test.
Change-Id: Id0b99ba3abb37bf49d26434b6719a7f6f77ee00a
---
gnu/packages/python-xyz.scm | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 528fa4df21..153dda65d7 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7003,7 +7003,11 @@ bookmarks using a declarative input in the form of a
markdown file.")
#:test-flags ; disabled to avoid having to depend on ipython/jupyter
#~(list
"--numprocesses" (number->string (parallel-job-count))
- "-k" "not test_parallel_call_cached_function_defined_in_jupyter")))
+ "-k"
+ (string-append
+ "not test_parallel_call_cached_function_defined_in_jupyter"
+ ;; XXX This test times out.
+ " and not test_no_resource_tracker_on_import"))))
(native-inputs
(list python-pytest python-pytest-xdist python-setuptools python-wheel))
(propagated-inputs (list python-psutil))
- 04/57: gnu: python-bokeh: Fix build., (continued)
- 04/57: gnu: python-bokeh: Fix build., guix-commits, 2024/12/19
- 12/57: gnu: python-pytest-subprocess: Update to 1.5.2., guix-commits, 2024/12/19
- 13/57: gnu: python-scikit-build-core: Update to 0.10.7., guix-commits, 2024/12/19
- 14/57: gnu: python-awkward-cpp: Update to 43., guix-commits, 2024/12/19
- 15/57: gnu: python-awkward: Update to 2.7.2., guix-commits, 2024/12/19
- 16/57: gnu: Add python-strictyaml., guix-commits, 2024/12/19
- 18/57: gnu: Add python-repoze-lru., guix-commits, 2024/12/19
- 22/57: gnu: Add python-pypitoken., guix-commits, 2024/12/19
- 28/57: gnu: python-webcolors: Update to 24.11.1., guix-commits, 2024/12/19
- 40/57: gnu: python-uvicorn: Update to 0.34.0., guix-commits, 2024/12/19
- 47/57: gnu: python-joblib: Disable one additional test.,
guix-commits <=
- 46/57: gnu: python-starlette: Update to 0.42.0., guix-commits, 2024/12/19
- 48/57: gnu: python-pydevd: Disable CI tests., guix-commits, 2024/12/19
- 52/57: gnu: linkchecker: Update to 10.5.0., guix-commits, 2024/12/19
- 54/57: gnu: python-beniget: Update to 0.4.2.post1., guix-commits, 2024/12/19
- 55/57: gnu: python-pythran: Update to 0.17.0., guix-commits, 2024/12/19
- 57/57: gnu: python-pandas-2: Restrict number of test processes., guix-commits, 2024/12/19
- 07/57: gnu: python-cachetools: Update to 5.5.0., guix-commits, 2024/12/19
- 10/57: gnu: python-nox: Update to 2024.10.09., guix-commits, 2024/12/19
- 01/57: gnu: python-msgspec: Update to 0.18.6., guix-commits, 2024/12/19
- 06/57: gnu: python-qdldl: Add missing input., guix-commits, 2024/12/19