python.pkgs.uproot: update checkInputs
This commit is contained in:
parent
654e6ecc68
commit
1435d45b4e
@ -10,6 +10,8 @@
|
|||||||
, pytest
|
, pytest
|
||||||
, pkgconfig
|
, pkgconfig
|
||||||
, lz4
|
, lz4
|
||||||
|
, mock
|
||||||
|
, requests
|
||||||
, backports_lzma
|
, backports_lzma
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -22,8 +24,8 @@ buildPythonPackage rec {
|
|||||||
sha256 = "1fafe476c26252e4dbd399456323778e76d23dc2f43cf6581a707d1647978610";
|
sha256 = "1fafe476c26252e4dbd399456323778e76d23dc2f43cf6581a707d1647978610";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pytestrunner ];
|
nativeBuildInputs = [ pytestrunner ];
|
||||||
checkInputs = [ pytest pkgconfig lz4 ]
|
checkInputs = [ pytest pkgconfig lz4 mock requests ]
|
||||||
++ lib.optionals (pythonOlder "3.3") [ backports_lzma ];
|
++ lib.optionals (pythonOlder "3.3") [ backports_lzma ];
|
||||||
propagatedBuildInputs = [ numpy cachetools uproot-methods awkward ];
|
propagatedBuildInputs = [ numpy cachetools uproot-methods awkward ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user