Archived
1
0
Fork 0

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
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

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")