pythonPackages.uproot3-methods: Add pythonImportsCheck

This commit is contained in:
Sandro Jäckel 2021-02-15 23:20:19 +01:00
parent eaa4f67649
commit c6d82ec95e
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -20,6 +20,7 @@ buildPythonPackage rec {
# No tests on PyPi
doCheck = false;
pythonImportsCheck = [ "uproot3_methods" ];
meta = with lib; {
homepage = "https://github.com/scikit-hep/uproot3-methods";