Skip to content

Commit

Permalink
Merge pull request #4912 from jkonecny12/master-disable-pylint
Browse files Browse the repository at this point in the history
infra: Disable pylint for python 3.12
  • Loading branch information
jkonecny12 authored Jul 13, 2023
2 parents c29cf9f + bb864cb commit 0e04108
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 0e04108

Please sign in to comment.