[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
38/46: gnu: python-astroml: Ignore some failing tests.
From: |
guix-commits |
Subject: |
38/46: gnu: python-astroml: Ignore some failing tests. |
Date: |
Tue, 27 Feb 2024 17:55:21 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit 55ded0719c98a96870b86c3143c281d22de041a3
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Feb 15 16:25:25 2024 +0000
gnu: python-astroml: Ignore some failing tests.
* gnu/packages/astronomy.scm (python-astroml) [arguments]
<#:test-flags>: Disable some tests which are not compatible with Astropy
6.0.0.
Change-Id: I92f207e1e20a80de8904ee04aaba11469d9249b0
---
gnu/packages/astronomy.scm | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index f8274e7a59..54b8e66931 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -569,7 +569,13 @@ Main features:
(arguments
(list
#:test-flags
- '(list "--ignore-glob=examples/*")
+ '(list "--ignore-glob=examples/*"
+ ;; Disable tests which are not compatible with Astropy 6.0.0, see
+ ;; <https://github.com/astroML/astroML/issues/273>.
+ "--ignore=astroML/density_estimation/tests/test_bayesian_blocks.py"
+ "--ignore=astroML/density_estimation/tests/test_bayesian_blocks.py"
+ "--ignore=astroML/density_estimation/tests/test_hist_binwidth.py"
+ "--ignore=astroML/density_estimation/tests/test_hist_binwidth.py")
#:phases
'(modify-phases %standard-phases
(add-after 'unpack 'patch-build-system
- 39/46: gnu: python-poliastro: Relax requirements., (continued)
- 39/46: gnu: python-poliastro: Relax requirements., guix-commits, 2024/02/27
- 29/46: gnu: python-asdf: Speed up tests., guix-commits, 2024/02/27
- 35/46: gnu: python-roman-datamodels: Speed up tests., guix-commits, 2024/02/27
- 41/46: gnu: Add python-sunpy-soar., guix-commits, 2024/02/27
- 36/46: gnu: python-spectral-cube: Speed up tests., guix-commits, 2024/02/27
- 43/46: gnu: Add python-ginga., guix-commits, 2024/02/27
- 21/46: gnu: python-pysynphot: Improve package style., guix-commits, 2024/02/27
- 45/46: gnu: python-stcal: Update to 1.6.0., guix-commits, 2024/02/27
- 25/46: gnu: python-skyfield: Update to 1.48., guix-commits, 2024/02/27
- 42/46: gnu: Add python-radiospectra., guix-commits, 2024/02/27
- 38/46: gnu: python-astroml: Ignore some failing tests.,
guix-commits <=
- 37/46: gnu: python-sunpy: Speed up tests and relax requirements., guix-commits, 2024/02/27
- 24/46: gnu: python-rad: Enable tests., guix-commits, 2024/02/27
- 31/46: gnu: python-asdf-coordinates-schemas: Speed up tests., guix-commits, 2024/02/27
- 34/46: gnu: python-regions: Speed up tests., guix-commits, 2024/02/27
- 44/46: gnu: python-drizzle: Update to 1.15.0., guix-commits, 2024/02/27
- 28/46: gnu: python-aplpy: Disable tests., guix-commits, 2024/02/27
- 17/46: gnu: python-crds: Update to 11.17.16., guix-commits, 2024/02/27
- 22/46: gnu: python-roman-datamodels: Update to 0.19.0., guix-commits, 2024/02/27
- 30/46: gnu: python-asdf-astropy: Speed up tests., guix-commits, 2024/02/27
- 23/46: gnu: python-rad: Update to 0.19.0., guix-commits, 2024/02/27