python3Packages.line_profiler: use pytestCheckHook

This commit is contained in:
Martin Weinelt
2022-07-25 12:55:09 +02:00
parent bbe75628ca
commit 247418cdbc
@@ -8,6 +8,7 @@
, scikit-build
, cmake
, pythonOlder
, pytestCheckHook
}:
buildPythonPackage rec {
@@ -33,7 +34,7 @@ buildPythonPackage rec {
];
checkInputs = [
ipython
pytestCheckHook
];
dontUseCmakeConfigure = true;