From 50deab94d7a0068579c4ccfe535f797279b1c9c0 Mon Sep 17 00:00:00 2001 From: Lein Matsumaru Date: Wed, 11 Aug 2021 16:20:08 +0000 Subject: [PATCH 1/2] python3Packages.pytest-filter-subpackage: move pytestCheckHook to checkInputs --- .../python-modules/pytest-filter-subpackage/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/python-modules/pytest-filter-subpackage/default.nix b/pkgs/development/python-modules/pytest-filter-subpackage/default.nix index df152eaa5eca..5df0aa976f1f 100644 --- a/pkgs/development/python-modules/pytest-filter-subpackage/default.nix +++ b/pkgs/development/python-modules/pytest-filter-subpackage/default.nix @@ -26,6 +26,9 @@ buildPythonPackage rec { propagatedBuildInputs = [ pytest-doctestplus pytest-cov + ]; + + checkInputs = [ pytestCheckHook ]; From 0eeb08aa28b2a5ed0497a90e2d33b0e5ed1de73b Mon Sep 17 00:00:00 2001 From: Lein Matsumaru Date: Wed, 11 Aug 2021 16:21:08 +0000 Subject: [PATCH 2/2] 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