Skip to content

Commit

Permalink
infra: Disable pylint for python 3.12
Browse files Browse the repository at this point in the history
Right now it's completely broken. Let's use only ruff for some time. We
can return pylint back when it stabilize on python 3.12.

The biggest issue is the astroid library which will have 3.12 support
with version 3.0.0.
  • Loading branch information
jkonecny12 committed Jul 13, 2023
1 parent 2c27cd1 commit bb864cb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dist_check_SCRIPTS = \
pep8/runpep8.sh \
ruff/run_ruff.sh


# TODO: Return back pylint/runpylint.py when it works on python 3.12
TESTS = \
cppcheck/runcppcheck.sh \
gettext_tests/click.py \
Expand All @@ -72,8 +72,7 @@ TESTS = \
glade_tests/glade_tests.sh \
shellcheck/run_shellcheck.sh \
ruff/run_ruff.sh \
unit_tests/unit_tests.sh \
pylint/runpylint.py
unit_tests/unit_tests.sh

clean-local:
-rm -rf pylint/.pylint.d

0 comments on commit bb864cb

Please sign in to comment.