about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2019-11-27 16:33:59 -0800
committerJon <jonringer@users.noreply.github.com>2019-11-27 19:27:13 -0800
commitcbe6c3a79c9e69e19cfaefc7840b94fe73ef3fc5 (patch)
tree72617d81c54f9dccab46beb05835cabe9c23cbdd
parentf2db3204825a98555f4cf6dc00f3a9f56aae3734 (diff)
downloadnixlib-cbe6c3a79c9e69e19cfaefc7840b94fe73ef3fc5.tar
nixlib-cbe6c3a79c9e69e19cfaefc7840b94fe73ef3fc5.tar.gz
nixlib-cbe6c3a79c9e69e19cfaefc7840b94fe73ef3fc5.tar.bz2
nixlib-cbe6c3a79c9e69e19cfaefc7840b94fe73ef3fc5.tar.lz
nixlib-cbe6c3a79c9e69e19cfaefc7840b94fe73ef3fc5.tar.xz
nixlib-cbe6c3a79c9e69e19cfaefc7840b94fe73ef3fc5.tar.zst
nixlib-cbe6c3a79c9e69e19cfaefc7840b94fe73ef3fc5.zip
python3Packages.uproot: fix tests
-rw-r--r--pkgs/development/python-modules/uproot/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/uproot/default.nix b/pkgs/development/python-modules/uproot/default.nix
index 6fd90fc3a18f..c667a5cb4193 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