[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
44/455: gnu: python-joblib: Disable one additional test.
From: |
guix-commits |
Subject: |
44/455: gnu: python-joblib: Disable one additional test. |
Date: |
Mon, 20 Jan 2025 15:46:30 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 7589dbc9514db57c20e31949aefca559934ba8d0
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 475501a47d..3fc6df1a46 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7017,7 +7017,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))
- 117/455: gnu: python-botocore: Update to 1.35.90., (continued)
- 117/455: gnu: python-botocore: Update to 1.35.90., guix-commits, 2025/01/20
- 80/455: gnu: python-prov: Update to 2.0.1., guix-commits, 2025/01/20
- 131/455: gnu: python-botocore: Update to 1.35.91., guix-commits, 2025/01/20
- 159/455: gnu: Rename python-starsessions-for-pytorch-lightning., guix-commits, 2025/01/20
- 146/455: gnu: rust-codspeed-bencher-compat-2: Update to 2.7.2., guix-commits, 2025/01/20
- 161/455: gnu: python-starsessions: Update input., guix-commits, 2025/01/20
- 156/455: gnu: python-path-bootstrap: Update to 17.1.0., guix-commits, 2025/01/20
- 19/455: gnu: Add python-lazy., guix-commits, 2025/01/20
- 28/455: gnu: python-py2bit: Use pyproject-build-system., guix-commits, 2025/01/20
- 33/455: gnu: python-virtualenv: Update to 20.28.0., guix-commits, 2025/01/20
- 44/455: gnu: python-joblib: Disable one additional test.,
guix-commits <=
- 41/455: gnu: python-tox: Simplify., guix-commits, 2025/01/20
- 17/455: gnu: Add python-legacy-cgi., guix-commits, 2025/01/20
- 30/455: gnu: python-colorama: Update to 0.4.6., guix-commits, 2025/01/20
- 40/455: gnu: python-a2wsgi: Disable one test., guix-commits, 2025/01/20
- 86/455: gnu: python-pyopenssl: Update to 24.3.0., guix-commits, 2025/01/20
- 98/455: gnu: python-matrix-nio: Use test-flags., guix-commits, 2025/01/20
- 92/455: gnu: python-falcon: Update to 4.0.2., guix-commits, 2025/01/20
- 126/455: gnu: python-thinc: Remove old version of dataclasses., guix-commits, 2025/01/20
- 74/455: gnu: python-isodate: Update to 0.7.2., guix-commits, 2025/01/20
- 63/455: gnu: python-pydantic-2: Update to 2.7.0., guix-commits, 2025/01/20