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
, cachetools
, lz4
, pandas
, pytestrunner
, pytest
, pkgconfig
@ -27,6 +28,7 @@ buildPythonPackage rec {
checkInputs = [
lz4
mock
pandas
pkgconfig
pytest
requests