[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
197/455: gnu: python-scikit-learn-extra: Disable one test.
From: |
guix-commits |
Subject: |
197/455: gnu: python-scikit-learn-extra: Disable one test. |
Date: |
Mon, 20 Jan 2025 15:47:01 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit f6e8d74eee96cb52ed2b87f8365e620fd52e0424
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jan 9 13:53:56 2025 +0100
gnu: python-scikit-learn-extra: Disable one test.
* gnu/packages/machine-learning.scm (python-scikit-learn-extra)
[arguments]: Disable one test.
Change-Id: Idee17402250a55ca564724f00550ef36664982f6
---
gnu/packages/machine-learning.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/machine-learning.scm
b/gnu/packages/machine-learning.scm
index 3f19bf4c0c..2e62ba3aa2 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -1932,7 +1932,10 @@ data analysis.")
;; The error message format has changed,
;; but the behavior itself is still the
;; same.
- " and not test_parameter_validation"))
+ " and not test_parameter_validation"
+ ;; exceptions must be derived from Warning,
+ ;; not <class 'NoneType'>
+ " and not test_seuclidean"))
#:phases
#~(modify-phases %standard-phases
(add-after 'build 'build-ext
- 155/455: gnu: python-fastapi: Update to 0.115.6., (continued)
- 155/455: gnu: python-fastapi: Update to 0.115.6., guix-commits, 2025/01/20
- 162/455: gnu: python-starsessions: Disable one more test., guix-commits, 2025/01/20
- 142/455: gnu: python-imageio-ffmpeg: Update to 0.5.1., guix-commits, 2025/01/20
- 192/455: gnu: python-pytest-tornado5: Add missing inputs., guix-commits, 2025/01/20
- 179/455: gnu: python-flask-assets: Update to 2.1.0-1.62efd23., guix-commits, 2025/01/20
- 205/455: gnu: python-scanpy: Patch anndata version check., guix-commits, 2025/01/20
- 182/455: gnu: python-mudata: Update to 0.3.1., guix-commits, 2025/01/20
- 203/455: gnu: python-fastcluster: Add missing inputs., guix-commits, 2025/01/20
- 204/455: gnu: python-metacells: Add missing input., guix-commits, 2025/01/20
- 216/455: gnu: python-mathics-pygments: Add missing inputs., guix-commits, 2025/01/20
- 197/455: gnu: python-scikit-learn-extra: Disable one test.,
guix-commits <=
- 178/455: gnu: python-webassets: Fix build., guix-commits, 2025/01/20
- 180/455: gnu: python-locust: Update to 2.32.5., guix-commits, 2025/01/20
- 209/455: gnu: python-voila: Update to 0.5.8., guix-commits, 2025/01/20
- 211/455: gnu: python-term-background: Add missing input., guix-commits, 2025/01/20
- 212/455: gnu: python-columnize: Add missing inputs., guix-commits, 2025/01/20
- 208/455: gnu: python-episcanpy: Add missing input., guix-commits, 2025/01/20
- 202/455: gnu: python-apscheduler: Add missing inputs., guix-commits, 2025/01/20
- 221/455: gnu: python-asdf-astropy: Add missing input., guix-commits, 2025/01/20
- 201/455: gnu: python-cvxpy: Add missing input., guix-commits, 2025/01/20
- 230/455: gnu: python-swagger-spec-validator: Update to 3.0.4., guix-commits, 2025/01/20