python3Packages.line_profiler: use pytestCheckHook

This commit is contained in:
Martin Weinelt 2022-07-25 12:55:09 +02:00
parent bbe75628ca
commit 247418cdbc
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -8,6 +8,7 @@
, scikit-build
, cmake
, pythonOlder
, pytestCheckHook
}:
buildPythonPackage rec {
@ -33,7 +34,7 @@ buildPythonPackage rec {
];
checkInputs = [
ipython
pytestCheckHook
];
dontUseCmakeConfigure = true;