Skip to content

Commit

Permalink
pythonPackages.awkward1: use pytestCheckHook
Browse files Browse the repository at this point in the history
(cherry picked from commit 5c72e84)
  • Loading branch information
veprbl committed Apr 11, 2020
1 parent 8246657 commit f070c90
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pkgs/development/python-modules/awkward1/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
, cmake
, numba
, numpy
, pytest
, pytestCheckHook
, rapidjson
}:

Expand All @@ -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";
Expand Down

0 comments on commit f070c90

Please sign in to comment.