1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-09 12:08:52 +02:00

gnu: python-pytest-arraydiff: Fix 'sanity-check phase.

* gnu/packages/python-check.scm (python-pytest-arraydiff)[native-inputs]: Add
python-pytest.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Vinicius Monego
2021-12-24 05:47:29 +00:00
committed by Nicolas Goaziou
parent 4ff2fe728e
commit 8a4d3bd91f
+2
View File
@@ -387,6 +387,8 @@ astropy related packages.")
;; Tests require python-astropy, which itself requires this package.
;; Disable tests to avoid the circular dependency problem.
'(#:tests? #f))
(native-inputs
(list python-pytest)) ; for sanity-check
(propagated-inputs
(list python-numpy python-six))
(home-page "https://github.com/astropy/pytest-arraydiff")