From 8e82b0b1a6aee37391d3b6e119ecf101d624e864 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Sl=C3=A1vik?= Date: Mon, 23 Oct 2023 15:14:32 +0200 Subject: [PATCH] tests: Run pylint again --- anaconda.py | 1 - dockerfile/anaconda-ci/requirements.txt | 4 ++-- tests/Makefile.am | 1 + 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anaconda.py b/anaconda.py index 7a289864bccc..9765cd22c40c 100755 --- a/anaconda.py +++ b/anaconda.py @@ -30,7 +30,6 @@ import signal import pid - def exitHandler(rebootData): # Clear the list of watched PIDs. from pyanaconda.core.process_watchers import WatchProcesses diff --git a/dockerfile/anaconda-ci/requirements.txt b/dockerfile/anaconda-ci/requirements.txt index 62cf1dd4f893..295a604dd6ca 100644 --- a/dockerfile/anaconda-ci/requirements.txt +++ b/dockerfile/anaconda-ci/requirements.txt @@ -15,8 +15,8 @@ pyyaml jinja2 # pylint and its supporting libs -pylint == 3.0.3 -astroid == 3.0.2 +pylint == 2.17.7 +astroid == 2.17.7 # ruff for fast linting ruff == 0.1.14 diff --git a/tests/Makefile.am b/tests/Makefile.am index 6a537ccee5a7..d15d39fd4bd8 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -70,6 +70,7 @@ TESTS = \ glade_tests/glade_tests.sh \ shellcheck/run_shellcheck.sh \ ruff/run_ruff.sh \ + pylint/runpylint.py \ unit_tests/unit_tests.sh clean-local: