guix-commits
[Top][All Lists]
Advanced

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

09/15: gnu: python-h5py: Enable tests.


From: guix-commits
Subject: 09/15: gnu: python-h5py: Enable tests.
Date: Tue, 9 Jan 2024 04:30:05 -0500 (EST)

mothacehe pushed a commit to branch master
in repository guix.

commit def734936f4dbe320f3102a0a646f0f478b0eaa6
Author: Troy Figiel <troy@troyfigiel.com>
AuthorDate: Sat Dec 30 11:36:37 2023 +0100

    gnu: python-h5py: Enable tests.
    
    * gnu/packages/python-xyz.scm (python-h5py)[native-inputs]: Add 
python-ipython and python-pytest.
    
    Change-Id: Ia1cae8bce802805c9d9b38a3bf515423f9b719b4
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 gnu/packages/python-xyz.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 99d9a79744..329b5f1b70 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2257,8 +2257,7 @@ library.")
         "0pyr6z4h2xqbp49yx2i1401gl6yqh03h771zslwcy0201hpxiskg"))))
     (build-system python-build-system)
     (arguments
-     `(#:tests? #f ; no test target
-       #:phases
+     '(#:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'fix-hdf5-paths
           (lambda* (#:key inputs #:allow-other-keys)
@@ -2268,7 +2267,7 @@ library.")
     (inputs
      (list hdf5-1.10))
     (native-inputs
-     (list python-cython python-pkgconfig pkg-config))
+     (list python-cython python-ipython python-pkgconfig python-pytest 
pkg-config))
     (home-page "https://www.h5py.org/";)
     (synopsis "Read and write HDF5 files from Python")
     (description



reply via email to

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