mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: python-stcal: Enable sanity check.
* gnu/packages/astronomy.scm (python-stcal) [arguments] <#:phases>: Revert 'sanity-check phase. Add 'silent-check-for-opencv phase. Change-Id: Ifd3ae01d261fe6dba8f5e75d4a5134510d826a57
This commit is contained in:
parent
5828d49359
commit
278bc81add
1 changed files with 6 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue