[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
47/107: gnu: python-joblib: Disable one additional test.
From: |
guix-commits |
Subject: |
47/107: gnu: python-joblib: Disable one additional test. |
Date: |
Wed, 1 Jan 2025 12:49:00 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 46f7916414f74940a451478232690bc74de7ec89
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))
- 71/107: gnu: python-pydantic-2: Update to 2.7.0., (continued)
- 71/107: gnu: python-pydantic-2: Update to 2.7.0., guix-commits, 2025/01/01
- 81/107: gnu: python-cachecontrol: Update to 0.14.1., guix-commits, 2025/01/01
- 82/107: gnu: python-isodate: Update to 0.7.2., guix-commits, 2025/01/01
- 93/107: gnu: python-cryptography-vectors: Update to 44.0.0., guix-commits, 2025/01/01
- 99/107: gnu: python-ipydatawidgets: Disable more tests and add inputs., guix-commits, 2025/01/01
- 103/107: gnu: python-openapi-core: Update to 0.19.4., guix-commits, 2025/01/01
- 21/107: gnu: Add python-lazy., guix-commits, 2025/01/01
- 20/107: gnu: Add python-packaging-legacy., guix-commits, 2025/01/01
- 27/107: gnu: python-tox: Update to 4.23.2., guix-commits, 2025/01/01
- 31/107: gnu: python-py2bit: Use pyproject-build-system., guix-commits, 2025/01/01
- 47/107: gnu: python-joblib: Disable one additional test.,
guix-commits <=
- 48/107: gnu: python-pydevd: Disable CI tests., guix-commits, 2025/01/01
- 66/107: gnu: python-hmmlearn: Add missing inputs., guix-commits, 2025/01/01
- 87/107: gnu: python-rdflib-6: Accept newer isodate., guix-commits, 2025/01/01
- 88/107: gnu: python-prov: Update to 2.0.1., guix-commits, 2025/01/01
- 96/107: gnu: python-trio: Update to 0.28.0., guix-commits, 2025/01/01
- 98/107: gnu: python-dnspython: Disable ECDSA tests., guix-commits, 2025/01/01
- 100/107: gnu: python-testtools: Update to 2.7.2., guix-commits, 2025/01/01
- 15/107: gnu: python-awkward: Update to 2.7.2., guix-commits, 2025/01/01
- 25/107: gnu: Add python-devpi-client., guix-commits, 2025/01/01
- 26/107: gnu: Add python-devpi-process., guix-commits, 2025/01/01