mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
python3Packages.line_profiler: use pytestCheckHook
This commit is contained in:
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;
|
||||
|
Loading…
Reference in New Issue
Block a user