Merge pull request #116438 from dotlambda/tzlocal-pythonImportsCheck

pythonPackages.tzlocal: use pythonImportsCheck
This commit is contained in:
Sandro 2021-03-16 11:30:46 +01:00 committed by GitHub
commit 6d1b0c1cf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];
};
}