guix-commits
[Top][All Lists]
Advanced

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

20/20: gnu: python-asdf: Enable tests.


From: guix-commits
Subject: 20/20: gnu: python-asdf: Enable tests.
Date: Thu, 25 May 2023 20:39:55 -0400 (EDT)

monego pushed a commit to branch master
in repository guix.

commit 3299b40b3599371890816b52d65a6a5ada1b1131
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Wed May 24 22:51:54 2023 +0100

    gnu: python-asdf: Enable tests.
    
    * gnu/packages/astronomy.scm (python-asdf)[arguments]: Remove #:tests, skip
    failing tests in #:test-flags.
    
    Signed-off-by: Vinicius Monego <monego@posteo.net>
---
 gnu/packages/astronomy.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index eeaa51f53a..964e72642c 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -2735,12 +2735,12 @@ datetime object.")
         (base32 "11s56797l5330kkhppkyz0bsvms016knmyswj4gx91zrxf8iqvv8"))))
     (build-system pyproject-build-system)
     (arguments
-     ;; FIXME: Tests fail a lot with
-     ;;
-     ;; ERROR  - _pytest.pathlib.ImportPathMismatchError:
-     ;; ('asdf.conftest', '/gnu/sto...
-     ;;
-     `(#:tests? #f))
+     (list #:test-flags
+           #~(list "-k" (string-append
+                         "not test_overwrite"
+                         " and not test_tagging_scalars"
+                         " and not test_info_command"
+                         " and not test_array_inline_threshold_recursive"))))
     (native-inputs
      (list python-astropy
            python-fsspec



reply via email to

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