python311Packages.stups-pierone: migrate to pytestCheckHook

This commit is contained in:
Peder Bergebakken Sundt
2024-08-09 16:03:42 +02:00
parent f7dc3f0336
commit b0eddf7a75
@@ -5,8 +5,7 @@
requests,
stups-cli-support,
stups-zign,
pytest,
pytest-cov,
pytestCheckHook,
hypothesis,
pythonOlder,
}:
@@ -36,8 +35,7 @@ buildPythonPackage rec {
'';
nativeCheckInputs = [
pytest
pytest-cov
pytestCheckHook
hypothesis
];