[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
47/72: gnu: python-joblib: Disable one additional test.
From: |
guix-commits |
Subject: |
47/72: gnu: python-joblib: Disable one additional test. |
Date: |
Thu, 26 Dec 2024 09:33:05 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 7a77aa67dd597d191ea57e7ffcdc5fa66c09a5f5
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 6d5bbc1e74..779a8dc039 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7004,7 +7004,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))
- 25/72: gnu: Add python-devpi-client., (continued)
- 25/72: gnu: Add python-devpi-client., guix-commits, 2024/12/26
- 34/72: gnu: python-chardet: Update to 5.2.0., guix-commits, 2024/12/26
- 36/72: gnu: python-virtualenv: Update to 20.28.0., guix-commits, 2024/12/26
- 38/72: gnu: python-devtools: Simplify., guix-commits, 2024/12/26
- 42/72: gnu: python-devpi-process: Add missing input., guix-commits, 2024/12/26
- 40/72: gnu: python-uvicorn: Update to 0.34.0., guix-commits, 2024/12/26
- 41/72: gnu: python-httpx: Update to 0.28.1., guix-commits, 2024/12/26
- 43/72: gnu: python-a2wsgi: Disable one test., guix-commits, 2024/12/26
- 45/72: gnu: python-pydantic: Fix build., guix-commits, 2024/12/26
- 46/72: gnu: python-starlette: Update to 0.42.0., guix-commits, 2024/12/26
- 47/72: gnu: python-joblib: Disable one additional test.,
guix-commits <=
- 52/72: gnu: linkchecker: Update to 10.5.0., guix-commits, 2024/12/26
- 64/72: gnu: python-pydevd: Disable flaky tests., guix-commits, 2024/12/26
- 66/72: gnu: python-hmmlearn: Add missing inputs., guix-commits, 2024/12/26
- 68/72: gnu: python-annotated-types: Update to 0.7.0., guix-commits, 2024/12/26
- 69/72: gnu: Add rust-jiter-0.2., guix-commits, 2024/12/26
- 72/72: gnu: pyscenic: Update to 0.12.1-1.eaf23eb., guix-commits, 2024/12/26
- 50/72: gnu: python-dnspython: Update to 2.7.0., guix-commits, 2024/12/26
- 59/72: gnu: python-eventlet: Update to 0.38.2., guix-commits, 2024/12/26
- 17/72: gnu: python-numcodecs: Update to 0.13.1., guix-commits, 2024/12/26
- 15/72: gnu: python-awkward: Update to 2.7.2., guix-commits, 2024/12/26