From cbe6c3a79c9e69e19cfaefc7840b94fe73ef3fc5 Mon Sep 17 00:00:00 2001 From: Jonathan Ringer Date: Wed, 27 Nov 2019 16:33:59 -0800 Subject: [PATCH] python3Packages.uproot: fix tests --- pkgs/development/python-modules/uproot/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/uproot/default.nix b/pkgs/development/python-modules/uproot/default.nix index 6fd90fc3a18..c667a5cb419 100644 --- a/pkgs/development/python-modules/uproot/default.nix +++ b/pkgs/development/python-modules/uproot/default.nix @@ -3,6 +3,7 @@ , backports_lzma , cachetools , lz4 +, pandas , pytestrunner , pytest , pkgconfig @@ -27,6 +28,7 @@ buildPythonPackage rec { checkInputs = [ lz4 mock + pandas pkgconfig pytest requests