summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>2014-07-21 12:46:40 +0300
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>2014-11-14 14:21:38 +0200
commit3fa5ac141ab9706c9faf393ca179e3f66621c5a6 (patch)
tree1cbfbc54d314a8d0b0fbc451582d81502b937cbc /tests
parentc1f093ef03600af772874421c362810a748b8bed (diff)
downloadgit-buildpackage-3fa5ac141ab9706c9faf393ca179e3f66621c5a6.tar.gz
git-buildpackage-3fa5ac141ab9706c9faf393ca179e3f66621c5a6.tar.bz2
git-buildpackage-3fa5ac141ab9706c9faf393ca179e3f66621c5a6.zip
rpm tests: disable one anomalous pylint error
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/component/rpm/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/component/rpm/__init__.py b/tests/component/rpm/__init__.py
index e84fca94..b9d22ade 100644
--- a/tests/component/rpm/__init__.py
+++ b/tests/component/rpm/__init__.py
@@ -20,6 +20,10 @@ import os
from tests.component import 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)