From 0eeb08aa28b2a5ed0497a90e2d33b0e5ed1de73b Mon Sep 17 00:00:00 2001 From: Lein Matsumaru Date: Wed, 11 Aug 2021 16:21:08 +0000 Subject: [PATCH] python3Packages.sunpy: add missing checkInputs --- pkgs/development/python-modules/sunpy/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/sunpy/default.nix b/pkgs/development/python-modules/sunpy/default.nix index 0079b44cfd35..7e8344daa45e 100644 --- a/pkgs/development/python-modules/sunpy/default.nix +++ b/pkgs/development/python-modules/sunpy/default.nix @@ -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