diff --git a/tests/pylint/runpylint.py b/tests/pylint/runpylint.py index 1a4afc90..f1d5c70b 100755 --- a/tests/pylint/runpylint.py +++ b/tests/pylint/runpylint.py @@ -11,6 +11,8 @@ class LoraxLintConfig(PocketLintConfig): self.falsePositives = [ FalsePositive(r"Module 'pylorax' has no 'version' member"), FalsePositive(r"Catching too general exception Exception"), FalsePositive(r"Module 'composer' has no 'version' member"), + # See https://bugzilla.redhat.com/show_bug.cgi?id=1739167 + FalsePositive(r"Module 'rpm' has no '.*' member"), ] @property