python3Packages.line_profiler: use pytestCheckHook
This commit is contained in:
parent
bbe75628ca
commit
247418cdbc
1 changed files with 2 additions and 1 deletions
|
@ -8,6 +8,7 @@
|
|||
, scikit-build
|
||||
, cmake
|
||||
, pythonOlder
|
||||
, pytestCheckHook
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -33,7 +34,7 @@ buildPythonPackage rec {
|
|||
];
|
||||
|
||||
checkInputs = [
|
||||
ipython
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
dontUseCmakeConfigure = true;
|
||||
|
|
Loading…
Reference in a new issue