[elbe-devel] [PATCH 22/37] Last tool name change
Eduard Krein
eduard.krein at linutronix.de
Wed Feb 7 16:27:21 CET 2024
Am 07.02.2024 um 15:28 schrieb Benedikt Spranger:
> 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>
Reviewed-by: Eduard Krein <eduard.krein 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
--
Eduard Krein
Linutronix GmbH | Bahnhofstrasse 3 | D-88690 Uhldingen-Mühlhofen
Phone: +49 7556 25 999 19; Fax.: +49 7556 25 999 99
Hinweise zum Datenschutz finden Sie hier (Informations on data privacy
can be found here): https://linutronix.de/legal/data-protection.php
Linutronix GmbH | Firmensitz (Registered Office): Uhldingen-Mühlhofen |
Registergericht (Registration Court): Amtsgericht Freiburg i.Br., HRB700
806 | Geschäftsführer (Managing Directors): Heinz Egger,
Thomas Gleixner, Sharon Heck, Yulia Beck, Tiffany Silva
More information about the elbe-devel
mailing list