python3Packages.property-manager: use pytestCheckHook

This commit is contained in:
Peder Bergebakken Sundt
2025-06-17 06:37:12 +02:00
parent 1f845f16b0
commit 180af6dca6
@@ -5,7 +5,7 @@
humanfriendly,
verboselogs,
coloredlogs,
pytest,
pytestCheckHook,
pytest-cov-stub,
}:
@@ -27,7 +27,7 @@ buildPythonPackage rec {
verboselogs
];
nativeCheckInputs = [
pytest
pytestCheckHook
pytest-cov-stub
];