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

This commit is contained in:
Lein Matsumaru 2021-08-11 16:20:08 +00:00
parent 911b8a569c
commit 50deab94d7
No known key found for this signature in database
GPG key ID: AAA50652F0479205

View file

@ -26,6 +26,9 @@ buildPythonPackage rec {
propagatedBuildInputs = [
pytest-doctestplus
pytest-cov
];
checkInputs = [
pytestCheckHook
];