rpm tests: disable one anomalous pylint error
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Mon, 21 Jul 2014 09:46:40 +0000 (12:46 +0300)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Mon, 21 Jul 2014 13:02:49 +0000 (13:02 +0000)
Change-Id: Ic9b1d4fefaf1062b752c55e372b3644630747d36
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
tests/component/rpm/__init__.py

index b5be3e7e6d94da6d4f3535dab60f84329392cb24..dea1c09f18fd521e761673bc15d53af4f4fb79fd 100644 (file)
@@ -25,6 +25,10 @@ from gbp.git import GitRepository, GitRepositoryError
 
 from tests.component import ComponentTestBase, ComponentTestGitRepository
 
+# Disable "Instance of 'Document' has no 'firstChild' member"
+#   pylint: disable=E1103
+
+
 RPM_TEST_DATA_SUBMODULE = os.path.join('tests', 'component', 'rpm', 'data')
 RPM_TEST_DATA_DIR = os.path.abspath(RPM_TEST_DATA_SUBMODULE)