[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#69295] [PATCH 28/46] gnu: python-aplpy: Disable tests.
From: |
Sharlatan Hellseher |
Subject: |
[bug#69295] [PATCH 28/46] gnu: python-aplpy: Disable tests. |
Date: |
Tue, 20 Feb 2024 23:43:26 +0000 |
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 @@ (define-public python-aplpy
(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
--
2.41.0
- [bug#69295] [PATCH 42/46] gnu: Add python-radiospectra., (continued)
- [bug#69295] [PATCH 42/46] gnu: Add python-radiospectra., Sharlatan Hellseher, 2024/02/20
- [bug#69295] [PATCH 06/46] gnu: parfive: Simplify package., Sharlatan Hellseher, 2024/02/20
- [bug#69295] [PATCH 41/46] gnu: Add python-sunpy-soar., Sharlatan Hellseher, 2024/02/20
- [bug#69295] [PATCH 43/46] gnu: Add python-ginga., Sharlatan Hellseher, 2024/02/20
- [bug#69295] [PATCH 25/46] gnu: python-skyfield: Update to 1.48., Sharlatan Hellseher, 2024/02/20
- [bug#69295] [PATCH 08/46] gnu: python-aioftp: Update to 0.22.3., Sharlatan Hellseher, 2024/02/20
- [bug#69295] [PATCH 33/46] gnu: python-poppy: Speed up tests., Sharlatan Hellseher, 2024/02/20
- [bug#69295] [PATCH 32/46] gnu: python-photutils: Speed up tests, Sharlatan Hellseher, 2024/02/20
- [bug#69295] [PATCH 35/46] gnu: python-roman-datamodels: Speed up tests., Sharlatan Hellseher, 2024/02/20
- [bug#69295] [PATCH 27/46] gnu: libpasastro: Remove system constrains., Sharlatan Hellseher, 2024/02/20
- [bug#69295] [PATCH 28/46] gnu: python-aplpy: Disable tests.,
Sharlatan Hellseher <=
- [bug#69295] [PATCH 26/46] gnu: python-stdatamodels: Update to 1.9.1., Sharlatan Hellseher, 2024/02/20
- [bug#69295] [PATCH 29/46] gnu: python-asdf: Speed up tests., Sharlatan Hellseher, 2024/02/20
- [bug#69295] [PATCH 37/46] gnu: python-sunpy: Speed up tests and relax requirements., Sharlatan Hellseher, 2024/02/20
- [bug#69295] [PATCH 38/46] gnu: python-astroml: Ignore some failing tests., Sharlatan Hellseher, 2024/02/20
- [bug#69295] [PATCH 34/46] gnu: python-regions: Speed up tests., Sharlatan Hellseher, 2024/02/20
- [bug#69295] [PATCH 39/46] gnu: python-poliastro: Relax requirements., Sharlatan Hellseher, 2024/02/20
- [bug#69295] [PATCH 36/46] gnu: python-spectral-cube: Speed up tests., Sharlatan Hellseher, 2024/02/20
- [bug#69295] [PATCH 40/46] gnu: Add python-extinction., Sharlatan Hellseher, 2024/02/20
- [bug#69295] [PATCH 44/46] gnu: python-drizzle: Update to 1.15.0., Sharlatan Hellseher, 2024/02/20
- [bug#69295] [PATCH 11/46] gnu: python-astropy: Improve packages style., Sharlatan Hellseher, 2024/02/20