lol

python3Packages.pytest-filter-subpackage: move pytestCheckHook to checkInputs

+3
+3
pkgs/development/python-modules/pytest-filter-subpackage/default.nix
··· 26 26 propagatedBuildInputs = [ 27 27 pytest-doctestplus 28 28 pytest-cov 29 + ]; 30 + 31 + checkInputs = [ 29 32 pytestCheckHook 30 33 ]; 31 34