diff options
-rw-r--r-- | gnu/packages/python-check.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index d616f4090b..4e844b99aa 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -656,7 +656,8 @@ astropy related packages.") " and not test_generate" " and not test_default_format")))) (native-inputs - (list python-pytest python-setuptools-scm)) + (list python-pytest python-setuptools-scm + python-setuptools python-wheel)) (propagated-inputs (list python-numpy)) (home-page "https://github.com/astropy/pytest-arraydiff") |