diff --git a/anaconda.py b/anaconda.py index 7a289864bccc..97e07b971012 100755 --- a/anaconda.py +++ b/anaconda.py @@ -30,6 +30,7 @@ import signal import pid +sys.setrecursionlimit(100000) def exitHandler(rebootData): # Clear the list of watched PIDs. diff --git a/dockerfile/anaconda-ci/requirements.txt b/dockerfile/anaconda-ci/requirements.txt index 62cf1dd4f893..4344fcf01038 100644 --- a/dockerfile/anaconda-ci/requirements.txt +++ b/dockerfile/anaconda-ci/requirements.txt @@ -16,7 +16,7 @@ jinja2 # pylint and its supporting libs pylint == 3.0.3 -astroid == 3.0.2 +astroid == 3.0.3 # ruff for fast linting ruff == 0.1.14 diff --git a/tests/Makefile.am b/tests/Makefile.am index 6a537ccee5a7..8633af1e3e7b 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 \ unit_tests/unit_tests.sh clean-local: