python3Packages.uproot: fix tests
This commit is contained in:
parent
f2db320482
commit
cbe6c3a79c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue