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

Pin to prior pylint version due to potential bug in 2.4.x releases

parent 1e7e2cf9
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -26,7 +26,11 @@ else
  source build-py-project.sh
fi

$PY_EXE -m pip install pylint PyYAML
# Added 2019-09-25 by AK:
# https://github.com/PyCQA/pylint/issues/3139
# https://gitlab.tiker.net/inducer/pytential/merge_requests/182
# https://gitlab.tiker.net/inducer/leap/pipelines/19503 (?)
$PY_EXE -m pip install "pylint<2.4" PyYAML

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