mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
pythonPackages.awkward1: use pytestCheckHook
This commit is contained in:
parent
ab1c67eacd
commit
5c72e84169
@ -4,7 +4,7 @@
|
|||||||
, cmake
|
, cmake
|
||||||
, numba
|
, numba
|
||||||
, numpy
|
, numpy
|
||||||
, pytest
|
, pytestCheckHook
|
||||||
, rapidjson
|
, rapidjson
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -23,10 +23,8 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
dontUseCmakeConfigure = true;
|
dontUseCmakeConfigure = true;
|
||||||
|
|
||||||
checkInputs = [ pytest numba ];
|
checkInputs = [ pytestCheckHook numba ];
|
||||||
checkPhase = ''
|
dontUseSetuptoolsCheck = true;
|
||||||
py.test
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Manipulate JSON-like data with NumPy-like idioms";
|
description = "Manipulate JSON-like data with NumPy-like idioms";
|
||||||
|
Loading…
Reference in New Issue
Block a user