python3Packages.iocapture: use pytestCheckHook

This commit is contained in:
Peder Bergebakken Sundt
2025-06-17 06:37:12 +02:00
parent 6965e7034a
commit 871317d00b
@@ -3,7 +3,7 @@
buildPythonPackage,
fetchPypi,
flexmock,
pytest,
pytestCheckHook,
pytest-cov-stub,
six,
}:
@@ -20,7 +20,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
flexmock
pytest
pytestCheckHook
pytest-cov-stub
six
];