[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
28/46: gnu: python-aplpy: Disable tests.
From: |
guix-commits |
Subject: |
28/46: gnu: python-aplpy: Disable tests. |
Date: |
Tue, 27 Feb 2024 17:55:18 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit 25f7db97c3f03a1c8385e78d336c76614a8880bc
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Jan 27 21:45:07 2024 +0000
gnu: python-aplpy: Disable tests.
There is upstream issue https://github.com/aplpy/aplpy/issues/492 to
make package compatible wit astropy v6.0. Keep package and make it
buildable for now.
* gnu/package/astronomy.scm (python-aplpy) [arguments] <#:tests?>
Disable it. <#:phases?> Delete 'sanity-check to keep package buildable.
Change-Id: If022887a5359ab9287286770d52933319a023ff0
---
gnu/packages/astronomy.scm | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index ff7db6118b..49f2ac7268 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -505,6 +505,13 @@ in FITS files.")
(sha256
(base32 "0ph9jhv4q4i4z6nkqr6hjw9148kdlnayxsn83qgv5dqn0h3nc9r8"))))
(build-system pyproject-build-system)
+ (arguments
+ (list
+ ;; FIXME: https://github.com/aplpy/aplpy/issues/492
+ #:tests? #f
+ #:phases
+ #~(modify-phases %standard-phases
+ (delete 'sanity-check))))
(propagated-inputs
(list python-astropy
python-matplotlib
- 21/46: gnu: python-pysynphot: Improve package style., (continued)
- 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, 2024/02/27
- 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 <=
- 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
- 27/46: gnu: libpasastro: Remove system constrains., guix-commits, 2024/02/27
- 33/46: gnu: python-poppy: Speed up tests., guix-commits, 2024/02/27
- 46/46: gnu: python-cdflib: Update to 1.2.4., guix-commits, 2024/02/27
- 40/46: gnu: Add python-extinction., guix-commits, 2024/02/27