python3Packages.uproot: fix tests

This commit is contained in:
Jonathan Ringer
2019-11-27 19:27:13 -08:00
committed by Jon
parent f2db320482
commit cbe6c3a79c
@@ -3,6 +3,7 @@
, backports_lzma , backports_lzma
, cachetools , cachetools
, lz4 , lz4
, pandas
, pytestrunner , pytestrunner
, pytest , pytest
, pkgconfig , pkgconfig
@@ -27,6 +28,7 @@ buildPythonPackage rec {
checkInputs = [ checkInputs = [
lz4 lz4
mock mock
pandas
pkgconfig pkgconfig
pytest pytest
requests requests