pythonPackages.gpsoauth: add pythonImportsCheck

This commit is contained in:
Sandro Jäckel 2021-02-21 00:01:29 +01:00
parent d9a2d30817
commit ef6de88e51
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -26,6 +26,11 @@ buildPythonPackage rec {
propagatedBuildInputs = [ cffi cryptography enum34 idna ipaddress ndg-httpsclient pyopenssl pyasn1 pycparser pycryptodomex requests six ];
# no tests executed
doCheck = false;
pythonImportsCheck = [ "gpsoauth" ];
meta = with lib; {
description = "A python client library for Google Play Services OAuth";
homepage = "https://github.com/simon-weber/gpsoauth";