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:
parent
4ff2fe728e
commit
8a4d3bd91f
1 changed files with 2 additions and 0 deletions
|
@ -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")
|
||||
|
|
Reference in a new issue