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