mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-jwst-reffiles: Enable tests and sanity-check.
* gnu/packages/astronomy.scm (python-jwst-reffiles) [arguments] <tests?>: Enable them. <test-flags>: Skip one failing test. <phases>: Enable 'sanity-check. [native-inputs]: Remove python-stsci-stimage. Change-Id: Idcbcd4fd955ccfdfec88325d557ca979cb66a2dc
This commit is contained in:
parent
e95358b8cb
commit
3d34fde47f
1 changed files with 5 additions and 13 deletions
|
@ -4517,25 +4517,17 @@ exposures and high-level data products (mosaics, extracted spectra, etc.).")
|
|||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
;; FIXME: Invistigate why it failes on python-jwst side where the
|
||||
;; python-tweakwcs is built just fine:
|
||||
;;
|
||||
;; <...>/tweakwcs/matchutils.py:18: in <module>
|
||||
;; from stsci.stimage import xyxymatch
|
||||
;; E ModuleNotFoundError: No module named 'stsci.stimage'
|
||||
#:tests? #f
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(delete 'sanity-check))))
|
||||
;; One test fails with error: FileNotFoundError: [Errno 2] No such file
|
||||
;; or directory.
|
||||
#:test-flags #~(list "-k" "not test_calib_prep_steps")))
|
||||
(native-inputs
|
||||
(list python-pytest))
|
||||
(propagated-inputs
|
||||
(list python-astropy
|
||||
python-jwst
|
||||
python-matplotlib
|
||||
python-numpy
|
||||
python-scipy))
|
||||
(native-inputs
|
||||
(list python-pytest
|
||||
python-stsci-stimage))
|
||||
(home-page "https://github.com/spacetelescope/jwst_reffiles")
|
||||
(synopsis "Tool for JWST's CRDS-formatted reference files creation")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue