python3Packages.gpapi: comment on disabled tests

This commit is contained in:
DavHau 2021-05-14 11:42:06 +07:00
parent 1dce8840d2
commit 7ca0dd6c0a

View file

@ -18,6 +18,8 @@ buildPythonPackage rec {
sha256 = "0ampvsv97r3hy1cakif4kmyk1ynf3scbvh4fbk02x7xrxn4kl38w"; sha256 = "0ampvsv97r3hy1cakif4kmyk1ynf3scbvh4fbk02x7xrxn4kl38w";
}; };
# package doesn't contain unit tests
# scripts in ./test require networking
doCheck = false; doCheck = false;
pythonImportsCheck = [ "gpapi.googleplay" ]; pythonImportsCheck = [ "gpapi.googleplay" ];