fastcov: use pytestCheckHook

This commit is contained in:
Peder Bergebakken Sundt
2025-06-17 06:37:11 +02:00
parent 2fc4d75577
commit c2764e1bc7
+1 -1
View File
@@ -32,7 +32,7 @@ python3Packages.buildPythonPackage rec {
dontUseCmakeConfigure = true; # cmake is used for testing
nativeCheckInputs = with python3Packages; [
pytest
pytestCheckHook
pytest-cov-stub
];