mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: python-cdflib: Enable all tests.
* gnu/packages/astronomy.scm (python-cdflib) [arguments] <#:test-flags>: Remove it to enable all tests. Change-Id: I0fd44c117519efb306573d5ec603c430dbb1dc8c
This commit is contained in:
parent
8aa70135ce
commit
e1e2ee1e55
1 changed files with 2 additions and 5 deletions
|
@ -1930,7 +1930,7 @@ (define-public python-cdflib
|
|||
(version "1.2.6")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch) ; no tests in pypi archive
|
||||
(method git-fetch) ; no tests in PyPI release
|
||||
(uri (git-reference
|
||||
(url "https://github.com/MAVENSDC/cdflib")
|
||||
(commit version)))
|
||||
|
@ -1939,10 +1939,7 @@ (define-public python-cdflib
|
|||
(base32 "1wxr35sqsdqzf85xyjh1v8hmwwiyv4cn0lr7q8l1kkngfywq5l2r"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
;; Disable shaky test.
|
||||
;; See https://github.com/MAVENSDC/cdflib/issues/234
|
||||
(list #:test-flags #~(list "-k" "not test_compute_cdfepoch16")
|
||||
#:phases
|
||||
(list #:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-before 'build 'set-env-version
|
||||
(lambda _
|
||||
|
|
Loading…
Reference in a new issue