mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Revert "gnu: python-jplephem-build: Fix build."
This reverts commit 77254ef42d
.
* gnu/packages/astronomy.scm (python-jplephem): Nothing is wrong with
tests, no need to skip any.
Change-Id: I8582068ff857055788295cb3c459f782cb357185
This commit is contained in:
parent
ae5e5cb697
commit
c1609ce003
1 changed files with 1 additions and 3 deletions
|
@ -4599,9 +4599,7 @@ specifically in the C code.")
|
|||
(replace 'check
|
||||
(lambda* (#:key tests? #:allow-other-keys)
|
||||
(when tests?
|
||||
;; python3.11 test fails due to read-only file system
|
||||
(invoke "python" "-m" "unittest" "discover" "-s" "test"
|
||||
"-k not test_forget" )))))))
|
||||
(invoke "python" "-m" "unittest" "discover" "-s" "test")))))))
|
||||
(native-inputs
|
||||
(list python-setuptools
|
||||
python-wheel))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue