[elbe-devel] [PATCH] tests pylint: Fix pylint version

Olivier Dion dion at linutronix.de
Mon Jun 15 15:31:35 CEST 2020


Force pylint3 for testing.

Signed-off-by: Olivier Dion <dion at linutronix.de>
---
 elbepack/tests/test_pylint.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elbepack/tests/test_pylint.py b/elbepack/tests/test_pylint.py
index 43248f9e..80475e38 100644
--- a/elbepack/tests/test_pylint.py
+++ b/elbepack/tests/test_pylint.py
@@ -21,7 +21,7 @@ class TestPylint(unittest.TestCase):
     def test_lint(self):
         ret = True
         try:
-            system("pylint %s" % " ".join(self.pylint_opts))
+            system("pylint3 %s" % " ".join(self.pylint_opts))
         except CommandError as E:
             print(E)
             ret = False
-- 
2.27.0




More information about the elbe-devel mailing list