aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.py
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.py')
-rwxr-xr-xbootstrap.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/bootstrap.py b/bootstrap.py
index cf6f6cb..e7f14a4 100755
--- a/bootstrap.py
+++ b/bootstrap.py
@@ -31,6 +31,10 @@ import tempfile
from tests.component.rpm import RepoManifest
+# Disable "Instance of 'Document' has no 'firstChild' member"
+# pylint: disable=E1103
+
+
LOG = logging.getLogger(os.path.basename(sys.argv[0]))
TEST_PKGS = {'gbp-test-native': {'build_branches': ['master'],
'export_branches': ['master']},