diff --git a/pkgs/development/python-modules/line_profiler/default.nix b/pkgs/development/python-modules/line_profiler/default.nix index ba92bf09e0b5..cafd6d311463 100644 --- a/pkgs/development/python-modules/line_profiler/default.nix +++ b/pkgs/development/python-modules/line_profiler/default.nix @@ -8,6 +8,7 @@ , scikit-build , cmake , pythonOlder +, pytestCheckHook }: buildPythonPackage rec { @@ -33,7 +34,7 @@ buildPythonPackage rec { ]; checkInputs = [ - ipython + pytestCheckHook ]; dontUseCmakeConfigure = true;