mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
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 New Issue
Block a user