[elbe-devel] [PATCH 22/37] Last tool name change
Benedikt Spranger
b.spranger at linutronix.de
Wed Feb 7 15:28:49 CET 2024
After EOL of Python 2 "pylint3" was renamed to "pylint".
Last that tool name change.
Signed-off-by: Benedikt Spranger <b.spranger 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 64cac9a6..74873205 100644
--- a/elbepack/tests/test_pylint.py
+++ b/elbepack/tests/test_pylint.py
@@ -48,7 +48,7 @@ class TestPylint(ElbeTestCase):
def test_lint(self):
try:
- system(f"pylint3 {' '.join(self.pylint_opts)} {self.param}")
+ system(f"pylint {' '.join(self.pylint_opts)} {self.param}")
except ElbeTestException as e:
if self.param in TestPylint.failure_set:
self.stdout = e.out
--
2.43.0
More information about the elbe-devel
mailing list