Merge pull request #105724 from SuperSandro2000/goobook-tests

pythonPackages.goobook: Switch to importsCheck
This commit is contained in:
Michael Weiss 2020-12-02 21:45:39 +01:00 committed by GitHub
commit deca8d0087
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,10 @@ buildPythonPackage rec {
installManPage goobook.1 installManPage goobook.1
''; '';
doCheck = false;
pythonImportsCheck = [ "goobook" ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Access your Google contacts from the command line"; description = "Access your Google contacts from the command line";
longDescription = '' longDescription = ''