python3Packages.gpapi: comment on disabled tests
This commit is contained in:
parent
1dce8840d2
commit
7ca0dd6c0a
|
@ -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" ];
|
||||||
|
|
Loading…
Reference in New Issue