From 8f4167660eca4caecafbceffbf5f37afba0aeb35 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 20 Mar 2023 17:38:10 +0100 Subject: [PATCH] disable pylint no-member on tests/extra/manual-vmtools-test.py This script is some of the only documentation of certain processes that run in the buildserver setup. It is not really maintained, but is still here as a kind of reference. --- tests/extra/manual-vmtools-test.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/extra/manual-vmtools-test.py b/tests/extra/manual-vmtools-test.py index 03ef22f5..0f0c745b 100755 --- a/tests/extra/manual-vmtools-test.py +++ b/tests/extra/manual-vmtools-test.py @@ -1,4 +1,8 @@ #!/usr/bin/env python3 +# +# This script is some of the only documentation of certain processes +# that run in the buildserver setup. It is not really maintained, but +# is still here as a kind of reference. import os import sys @@ -17,6 +21,7 @@ if localmodule not in sys.path: from fdroidserver.vmtools import get_build_vm +# pylint: disable=no-member def main(args): if args.provider != None: