From 2255919b89953a04b5d77d8fe88e04e96ca23e59 Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin Date: Tue, 12 May 2020 17:19:37 -0400 Subject: [PATCH] pythonPackages.awkward: disable arrow support It appears that upstream doesn't want to support this anymore: https://github.com/scikit-hep/awkward-array/commit/220bd8df4b59ccdda8daab46643c34d802c3c9d5 --- pkgs/development/python-modules/awkward/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/awkward/default.nix b/pkgs/development/python-modules/awkward/default.nix index bd933205f6a9..79406eaa0d5e 100644 --- a/pkgs/development/python-modules/awkward/default.nix +++ b/pkgs/development/python-modules/awkward/default.nix @@ -3,7 +3,6 @@ , fetchPypi , numpy , pandas -, pyarrow , pytestrunner , pytest , h5py @@ -19,7 +18,7 @@ buildPythonPackage rec { }; nativeBuildInputs = [ pytestrunner ]; - checkInputs = [ pandas pyarrow pytest h5py ]; + checkInputs = [ pandas pytest h5py ]; propagatedBuildInputs = [ numpy ]; checkPhase = ''