guix-commits
[Top][All Lists]
Advanced

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

07/20: gnu: python-ccdproc: Enable tests.


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

monego pushed a commit to branch master
in repository guix.

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

    gnu: python-ccdproc: Enable tests.
    
    * gnu/packages/astronomy.scm (python-ccdproc)[arguments]: Remove #:tests?.
    
    Signed-off-by: Vinicius Monego <monego@posteo.net>
---
 gnu/packages/astronomy.scm | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 6f2cddac8a..575cef6527 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1370,11 +1370,6 @@ specifically in the C code.")
        (sha256
         (base32 "0fy1sni87cr05dkljd8wb7vgh7z9agh8wv5kiagxcpbcf8l06jv1"))))
     (build-system pyproject-build-system)
-    (arguments
-     ;; FIXME: Test failed a lot with: DeprecationWarning: distutils Version
-     ;; classes are deprecated. Use packaging.version instead (see:
-     ;; https://github.com/astropy/ccdproc/issues/805).
-     (list #:tests? #f))
     (native-inputs (list python-memory-profiler python-pytest-astropy))
     (propagated-inputs
      (list python-astropy



reply via email to

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