forked from mirrors/nixpkgs
pythonPackages.awkward1: use pytestCheckHook
This commit is contained in:
parent
ab1c67eacd
commit
5c72e84169
|
@ -4,7 +4,7 @@
|
|||
, cmake
|
||||
, numba
|
||||
, numpy
|
||||
, pytest
|
||||
, pytestCheckHook
|
||||
, rapidjson
|
||||
}:
|
||||
|
||||
|
@ -23,10 +23,8 @@ buildPythonPackage rec {
|
|||
|
||||
dontUseCmakeConfigure = true;
|
||||
|
||||
checkInputs = [ pytest numba ];
|
||||
checkPhase = ''
|
||||
py.test
|
||||
'';
|
||||
checkInputs = [ pytestCheckHook numba ];
|
||||
dontUseSetuptoolsCheck = true;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Manipulate JSON-like data with NumPy-like idioms";
|
||||
|
|
Loading…
Reference in a new issue