python3Packages.uproot: fix tests

This commit is contained in:
Jonathan Ringer 2019-11-27 16:33:59 -08:00 committed by Jon
parent f2db320482
commit cbe6c3a79c
1 changed files with 2 additions and 0 deletions

View File

@ -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