Skip to content

Commit

Permalink
tests: Run pylint again
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirSlavik authored and adamkankovsky committed Feb 22, 2024
1 parent c66f78c commit d198f28
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion anaconda.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
import signal
import pid


def exitHandler(rebootData):
# Clear the list of watched PIDs.
from pyanaconda.core.process_watchers import WatchProcesses
Expand Down
2 changes: 1 addition & 1 deletion dockerfile/anaconda-ci/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d198f28

Please sign in to comment.