mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
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>
This commit is contained in:
parent
67c3d230dc
commit
def734936f
1 changed files with 2 additions and 3 deletions
|
@ -2257,8 +2257,7 @@ (define-public python-h5py
|
|||
"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 @@ (define-public python-h5py
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue