python3Packages.plaster: use pytestCheckHook

Changed files
+2 -6
pkgs
development
python-modules
plaster
+2 -6
pkgs/development/python-modules/plaster/default.nix
···
lib,
buildPythonPackage,
fetchPypi,
-
pytest,
+
pytestCheckHook,
pytest-cov-stub,
}:
···
hash = "sha256-+L78VL+MEUfBCrQCl+yEwmdvotTqXW9STZQ2qAB075g=";
};
-
checkPhase = ''
-
py.test
-
'';
-
nativeCheckInputs = [
-
pytest
+
pytestCheckHook
pytest-cov-stub
];