aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinicius Monego <monego@posteo.net>2021-12-24 05:47:29 +0000
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2021-12-26 21:41:38 +0100
commit8a4d3bd91f76a528da4eb0864de7371243014e1f (patch)
treeb8b1c2f5ca4e07b4f0954299539b815ba06e8937
parent4ff2fe728e7699ae9e495d6098e163201d5ba63a (diff)
downloadguix-8a4d3bd91f76a528da4eb0864de7371243014e1f.tar
guix-8a4d3bd91f76a528da4eb0864de7371243014e1f.tar.gz
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>
-rw-r--r--gnu/packages/python-check.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 6bd86d451f..e6cf2a4f85 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -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")