python3Packages.plaster: use pytestCheckHook

This commit is contained in:
Peder Bergebakken Sundt
2025-06-17 06:37:12 +02:00
parent 871317d00b
commit 1f845f16b0
@@ -2,7 +2,7 @@
lib,
buildPythonPackage,
fetchPypi,
pytest,
pytestCheckHook,
pytest-cov-stub,
}:
@@ -16,12 +16,8 @@ buildPythonPackage rec {
hash = "sha256-+L78VL+MEUfBCrQCl+yEwmdvotTqXW9STZQ2qAB075g=";
};
checkPhase = ''
py.test
'';
nativeCheckInputs = [
pytest
pytestCheckHook
pytest-cov-stub
];