pythonPackages.uproot3-methods: Add pythonImportsCheck
This commit is contained in:
parent
eaa4f67649
commit
c6d82ec95e
@ -20,6 +20,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
# No tests on PyPi
|
# No tests on PyPi
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
pythonImportsCheck = [ "uproot3_methods" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/scikit-hep/uproot3-methods";
|
homepage = "https://github.com/scikit-hep/uproot3-methods";
|
||||||
|
Loading…
Reference in New Issue
Block a user