guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/22: gnu: python-asdf: Update comment about tests.


From: guix-commits
Subject: 07/22: gnu: python-asdf: Update comment about tests.
Date: Mon, 21 Nov 2022 09:26:27 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit 7fa631f8e39d20fec7bce9fe9f606dd919cf7544
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Mon Nov 7 23:06:54 2022 +0000

    gnu: python-asdf: Update comment about tests.
    
    * gnu/packages/astronomy (python-asdf)[arguments]: Update comment about the
    disabled tests. python-astropy does not depends on python-asdf any longer 
but
    test keep failing due to multiple reasons.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 gnu/packages/astronomy.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index ba5e632a84..218fc98254 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1968,8 +1968,11 @@ datetime object.")
         (base32 "1zixzv4n2fryaszsfchqh2nvp0gzvarhz03fc721yw6iafdadqij"))))
     (build-system pyproject-build-system)
     (arguments
-     ;; NOTE: (Sharlatan-20211229T201059+0000): Tests depend on astropy and
-     ;; gwcs, astropy gwcs depend on asdf.  Disable circular dependence.
+     ;; FIXME: Tests fail a lot with
+     ;;
+     ;; ERROR  - _pytest.pathlib.ImportPathMismatchError:
+     ;; ('asdf.conftest', '/gnu/sto...
+     ;;
      `(#:tests? #f))
     (native-inputs
      (list python-astropy



reply via email to

[Prev in Thread] Current Thread [Next in Thread]