[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#69924] [PATCH 37/49] gnu: python-stcal: Enable sanity check.
From: |
Sharlatan Hellseher |
Subject: |
[bug#69924] [PATCH 37/49] gnu: python-stcal: Enable sanity check. |
Date: |
Wed, 20 Mar 2024 22:28:07 +0000 |
* gnu/packages/astronomy.scm (python-stcal) [arguments] <#:phases>:
Revert 'sanity-check phase. Add 'silent-check-for-opencv phase.
Change-Id: Ifd3ae01d261fe6dba8f5e75d4a5134510d826a57
---
gnu/packages/astronomy.scm | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 431bd0346e..4d1bbcec87 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3140,9 +3140,12 @@ (define-public python-stcal
(list
#:phases
#~(modify-phases %standard-phases
- ;; XXX: Can't detect opencv-python version. The input opencv might
- ;; not set the version correctly.
- (delete 'sanity-check)
+ (add-before 'build 'silent-check-for-opencv
+ (lambda _
+ ;; XXX: Can't detect opencv-python version. The input opencv
+ ;; might not set the version correctly.
+ (substitute* "pyproject.toml"
+ ((".*opencv-python-headless.*") ""))))
(add-before 'check 'build-extensions
(lambda _
;; Cython extensions have to be built before running the tests.
--
2.41.0
- [bug#69924] [PATCH 10/49] gnu: python-partd: Enable tests., (continued)
- [bug#69924] [PATCH 10/49] gnu: python-partd: Enable tests., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 28/49] gnu: python-astroquery: Update to 0.4.7., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 26/49] gnu: python-asdf-astropy: Update to 0.6.0, Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 24/49] gnu: python-asdf-coordinates-schemas: Update to 0.3.0., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 25/49] gnu: python-asdf-wcs-schemas: Update to 0.4.0., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 27/49] gnu: python-pyvo: Update to 1.5.1., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 29/49] gnu: python-gwcs: Update to 0.21.0., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 30/49] gnu: python-drizzle: Update to 1.15.1., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 35/49] gnu: python-specutils: Update to 1.13.0., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 36/49] gnu: python-stcal: Update to 1.6.1., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 37/49] gnu: python-stcal: Enable sanity check.,
Sharlatan Hellseher <=
- [bug#69924] [PATCH 40/49] gnu: python-pynbody: Update to 1.6.0., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 45/49] gnu: Add python-ewah-bool-utils., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 46/49] gnu: Add python-cmyt., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 34/49] gnu: python-glymur: Update to 0.12.9., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 33/49] gnu: python-radiospectra: Update to 0.5.0., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 31/49] gnu: python-suntime: Update to 1.3.2., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 41/49] gnu: Add python-asdf-zarr., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 48/49] gnu: Add python-pydantic-settings., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 38/49] gnu: python-stdatamodels: Update to 1.10.0., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 32/49] gnu: python-suntime: Refresh package style., Sharlatan Hellseher, 2024/03/20