[elbe-devel] [PATCH] tests pylint: Fix pylint version
Torben Hohn
torben.hohn at linutronix.de
Mon Jun 15 15:34:58 CEST 2020
On Mon, Jun 15, 2020 at 09:31:35AM -0400, Olivier Dion wrote:
> Force pylint3 for testing.
>
> Signed-off-by: Olivier Dion <dion at linutronix.de>
Reviewed-by: Torben Hohn <torben.hohn 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
>
>
> _______________________________________________
> elbe-devel mailing list
> elbe-devel at linutronix.de
> https://lists.linutronix.de/mailman/listinfo/elbe-devel
--
Torben Hohn
Linutronix GmbH | Bahnhofstrasse 3 | D-88690 Uhldingen-Mühlhofen
Phone: +49 7556 25 999 18; Fax.: +49 7556 25 999 99
Hinweise zum Datenschutz finden Sie hier (Informations on data privacy
can be found here): https://linutronix.de/kontakt/Datenschutz.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
More information about the elbe-devel
mailing list