[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
80/105: gnu: python-joblib: Disable one additional test.
From: |
guix-commits |
Subject: |
80/105: gnu: python-joblib: Disable one additional test. |
Date: |
Wed, 25 Dec 2024 10:20:58 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit ad35a805cc6bb967f9dbab280417786d698f6999
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 ce2f73e8e7..2fd5274d9b 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))
- 63/105: gnu: python-biom-format: Use pyproject-build-system., (continued)
- 63/105: gnu: python-biom-format: Use pyproject-build-system., guix-commits, 2024/12/25
- 64/105: gnu: python-py2bit: Use pyproject-build-system., guix-commits, 2024/12/25
- 65/105: gnu: python-extension-helpers: Update to 1.2.0., guix-commits, 2024/12/25
- 68/105: gnu: python-platformdirs: Update to 4.3.6., guix-commits, 2024/12/25
- 69/105: gnu: python-virtualenv: Update to 20.28.0., guix-commits, 2024/12/25
- 75/105: gnu: python-devpi-process: Add missing input., guix-commits, 2024/12/25
- 77/105: gnu: python-tox: Simplify., guix-commits, 2024/12/25
- 70/105: gnu: python-typing-extensions: Update to 4.12.2., guix-commits, 2024/12/25
- 78/105: gnu: python-pydantic: Fix build., guix-commits, 2024/12/25
- 79/105: gnu: python-starlette: Update to 0.42.0., guix-commits, 2024/12/25
- 80/105: gnu: python-joblib: Disable one additional test.,
guix-commits <=
- 83/105: gnu: python-dnspython: Update to 2.7.0., guix-commits, 2024/12/25
- 84/105: gnu: python-email-validator: Update to 2.2.0., guix-commits, 2024/12/25
- 92/105: gnu: python-eventlet: Update to 0.38.2., guix-commits, 2024/12/25
- 97/105: gnu: python-pydevd: Disable flaky tests., guix-commits, 2024/12/25
- 98/105: gnu: python-pydevd: Avoid test failures due to greendns., guix-commits, 2024/12/25
- 101/105: gnu: python-annotated-types: Update to 0.7.0., guix-commits, 2024/12/25
- 105/105: gnu: pyscenic: Update to 0.12.1-1.eaf23eb., guix-commits, 2024/12/25