pythonPackages.tzlocal: use pythonImportsCheck

This commit is contained in:
Robert Schütz 2021-03-15 17:21:57 +01:00
parent 916ee862e8
commit d71fd9a93d

View file

@ -15,9 +15,12 @@ buildPythonPackage rec {
# test fail (timezone test fail)
doCheck = false;
pythonImportsCheck = [ "tzlocal" ];
meta = with lib; {
description = "Tzinfo object for the local timezone";
homepage = "https://github.com/regebro/tzlocal";
license = licenses.cddl;
maintainers = with maintainers; [ dotlambda ];
};
}