tests: Temporarily work around rpm and pylint issues
See https://bugzilla.redhat.com/show_bug.cgi?id=1739167 Something in rpm changed and pylint isn't able to find the rpm constants.
This commit is contained in:
parent
1e88a99443
commit
0935a10a0b
@ -11,6 +11,8 @@ class LoraxLintConfig(PocketLintConfig):
|
|||||||
self.falsePositives = [ FalsePositive(r"Module 'pylorax' has no 'version' member"),
|
self.falsePositives = [ FalsePositive(r"Module 'pylorax' has no 'version' member"),
|
||||||
FalsePositive(r"Catching too general exception Exception"),
|
FalsePositive(r"Catching too general exception Exception"),
|
||||||
FalsePositive(r"Module 'composer' has no 'version' member"),
|
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
|
@property
|
||||||
|
Loading…
Reference in New Issue
Block a user