python3Packages.sunpy: add missing checkInputs

This commit is contained in:
Lein Matsumaru
2021-08-21 06:28:50 +00:00
parent 50deab94d7
commit 0eeb08aa28
@@ -17,6 +17,7 @@
, numpy
, pandas
, parfive
, pytestCheckHook
, pytest-astropy
, pytest-mock
, pytest-cov
@@ -67,6 +68,7 @@ buildPythonPackage rec {
checkInputs = [
hypothesis
pytestCheckHook
pytest-astropy
pytest-cov
pytest-mock