diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-04-17 08:58:21 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-04-17 09:05:13 +0100 |
commit | c1609ce0032d1479e057c6ed582c6f0b1afc8992 (patch) | |
tree | 7f1ed1f3aa7817e56cd2d01fa26013b638437ccd | |
parent | ae5e5cb697fc84cb32bf8cc029aab2484082285b (diff) | |
download | guix-c1609ce0032d1479e057c6ed582c6f0b1afc8992.tar.gz guix-c1609ce0032d1479e057c6ed582c6f0b1afc8992.zip |
Revert "gnu: python-jplephem-build: Fix build."
This reverts commit 77254ef42da21593fcaf84e36957c882eb241511.
* gnu/packages/astronomy.scm (python-jplephem): Nothing is wrong with
tests, no need to skip any.
Change-Id: I8582068ff857055788295cb3c459f782cb357185
-rw-r--r-- | gnu/packages/astronomy.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 8cbd9048af..69a0d5a583 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -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)) |