Commit 756aec47 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Bump pylint version upper bound

This is an attempt to improve matters for pytential, where pylint 2.15.10 somehow had started
taking 90 minutes to complete
parent 81d1af40
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -583,12 +583,12 @@ run_pylint()
  fi

  # version bound put in place out of an abundance of cautiousness, no particular reason
  # 2021-05-03 AK
  # 2023-07-27 AK
  # pytest is being installed since test_*.py modules may import pytest, which
  # pylint may inspect.

  # astroid 2.5.7 seems to produce spurious pylint failures
  $PY_EXE -m pip install "pylint<2.16" "astroid!=2.5.7" PyYAML pytest
  $PY_EXE -m pip install "pylint<2.18" "astroid!=2.5.7" PyYAML pytest

  PYLINT_RUNNER_ARGS="--jobs=4 --yaml-rcfile=.pylintrc.yml"