diff options
author | Trevor Gamblin <tgamblin@baylibre.com> | 2023-10-19 16:49:27 -0400 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2023-11-24 05:01:37 -1000 |
commit | 5972abb328e58fb4745faeb861daed3e10662e3c (patch) | |
tree | c4bc13529d75f91a962236e86f87bab56fa268c7 /meta/lib/patchtest/tests/test_python_pylint.py | |
parent | a7a732073720f831ea0fdfa89818a05cead5f209 (diff) | |
download | poky-5972abb328e58fb4745faeb861daed3e10662e3c.tar.gz |
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>
Diffstat (limited to 'meta/lib/patchtest/tests/test_python_pylint.py')
-rw-r--r-- | meta/lib/patchtest/tests/test_python_pylint.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/lib/patchtest/tests/test_python_pylint.py b/meta/lib/patchtest/tests/test_python_pylint.py index 9cfc491a13..304b2d5ee9 100644 --- a/meta/lib/patchtest/tests/test_python_pylint.py +++ b/meta/lib/patchtest/tests/test_python_pylint.py | |||
@@ -26,8 +26,6 @@ class PyLint(base.Base): | |||
26 | def setUp(self): | 26 | def setUp(self): |
27 | if self.unidiff_parse_error: | 27 | if self.unidiff_parse_error: |
28 | self.skip('Python-unidiff parse error') | 28 | self.skip('Python-unidiff parse error') |
29 | if not PatchTestInput.repo.canbemerged: | ||
30 | self.skip('Patch cannot be merged, no reason to execute the test method') | ||
31 | if not PyLint.pythonpatches: | 29 | if not PyLint.pythonpatches: |
32 | self.skip('No python related patches, skipping test') | 30 | self.skip('No python related patches, skipping test') |
33 | 31 | ||