summaryrefslogtreecommitdiffstats
path: root/meta/lib/patchtest/tests/test_python_pylint.py
diff options
context:
space:
mode:
authorTrevor Gamblin <tgamblin@baylibre.com>2023-10-19 16:49:27 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-10-19 22:25:23 +0100
commit9b8b9a9fa3dce59ac6f5ff0e0526b109768f796e (patch)
treeafe0a75508a6cc19c2b3eb187df2b9fd8248f2e1 /meta/lib/patchtest/tests/test_python_pylint.py
parent751e61e45c2de3f52e9fd57144c3a6c0a5bff316 (diff)
downloadpoky-9b8b9a9fa3dce59ac6f5ff0e0526b109768f796e.tar.gz
patchtest: test regardless of mergeability
(From OE-Core rev: dc089073eb120de76c8907e476c341ed3e97c164) Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/patchtest/tests/test_python_pylint.py')
-rw-r--r--meta/lib/patchtest/tests/test_python_pylint.py2
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