mirror of
https://git.yoctoproject.org/poky
synced 2026-03-11 17:59:39 +01:00
patchtest: test regardless of mergeability
(From OE-Core rev: 06d2066a5061d23a316f65cfc731ce44b576b2bf) Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit dc089073eb120de76c8907e476c341ed3e97c164) Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
committed by
Steve Sakoman
parent
a7a7320737
commit
5972abb328
@@ -26,8 +26,6 @@ class PyLint(base.Base):
|
||||
def setUp(self):
|
||||
if self.unidiff_parse_error:
|
||||
self.skip('Python-unidiff parse error')
|
||||
if not PatchTestInput.repo.canbemerged:
|
||||
self.skip('Patch cannot be merged, no reason to execute the test method')
|
||||
if not PyLint.pythonpatches:
|
||||
self.skip('No python related patches, skipping test')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user