[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#72741] [PATCH 21/32] gnu: python-stpipe: Update to 0.7.0.
From: |
Sharlatan Hellseher |
Subject: |
[bug#72741] [PATCH 21/32] gnu: python-stpipe: Update to 0.7.0. |
Date: |
Wed, 21 Aug 2024 01:03:23 +0100 |
* gnu/packages/astronomy.scm (python-stpipe): Update to 0.7.0.
[arguments] <#:test-flags>: Remove them as all tests now pass without
issues.
Change-Id: I2eadddc3c80b960d99ec899bc8cfd14cec33c117
---
gnu/packages/astronomy.scm | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 1bb8356346..49b26e0e8b 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3812,13 +3812,13 @@ (define-public python-stdatamodels
(define-public python-stpipe
(package
(name "python-stpipe")
- (version "0.6.0")
+ (version "0.7.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "stpipe" version))
(sha256
- (base32 "0iipbz5ydxxxk44q8ab0ylk7jpxjfhag4vgkhvpj67zs4s45sd8a"))
+ (base32 "0kxm0vllyi3z149q3g3xpfl0c0wpviiyfh55rv0x6zvs0px6c81j"))
(modules '((guix build utils)))
(snippet
'(begin
@@ -3828,10 +3828,6 @@ (define-public python-stpipe
(("from astropy.extern.configobj import validate") "import
validate")
(("from astropy.extern.configobj.configobj import ") "from
configobj import ")
(("from astropy.extern.configobj.validate import ") "from
validate import "))))))
- (arguments
- (list
- ;; See https://github.com/spacetelescope/stpipe/issues/114
- #:test-flags #~(list "-k" "not test_roman_datamodel")))
(build-system pyproject-build-system)
(propagated-inputs
(list python-asdf
@@ -3839,7 +3835,8 @@ (define-public python-stpipe
python-crds
python-stdatamodels))
(native-inputs
- (list python-pytest
+ (list ;; python-jwst ; cycle: python-stpipe -> python-jwst ->
python-stpipe
+ python-pytest
python-pytest-doctestplus
python-pytest-openfiles
python-setuptools-scm))
--
2.41.0
- [bug#72741] [PATCH 09/32] gnu: python-dust-extinction: Update to 1.5., (continued)
- [bug#72741] [PATCH 09/32] gnu: python-dust-extinction: Update to 1.5., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 13/32] gnu: python-rad: Update to 0.21.0., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 23/32] gnu: python-viresclient: Update to 0.12.0., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 05/32] gnu: python-astropy: Update to 6.1.2., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 17/32] gnu: python-specutils: Update to 1.16.0., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 20/32] gnu: python-stcal: Update to 1.8.0., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 24/32] gnu: Add python-soxs., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 11/32] gnu: python-glymur: Update to 0.13.5., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 15/32] gnu: python-reproject: Update to 0.14.0., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 16/32] gnu: python-roman-datamodels: Update to 0.21.0., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 21/32] gnu: python-stpipe: Update to 0.7.0.,
Sharlatan Hellseher <=
- [bug#72741] [PATCH 22/32] gnu: python-sunpy: Update to 6.0.1., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 27/32] gnu: Add python-glue-astronomy., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 28/32] gnu: Add python-pvextractor., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 18/32] gnu: python-shapely: Update to 2.0.5., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 30/32] gnu: Add python-sunkit-image., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 25/32] gnu: Add python-pyxsim., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 29/32] gnu: Add python-glue-qt., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 32/32] gnu: python-sunkit-image: Disable more failing tests., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 19/32] gnu: python-shapely: Adjust home page., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 31/32] gnu: Add python-zodipy., Sharlatan Hellseher, 2024/08/20