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

Also prevent new astroid releases in an attempt to resolve pylint failures

parent b314f7a0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,11 +26,11 @@ else
  source build-py-project.sh
fi

# Added 2019-09-25 by AK:
# Version restrictions 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
$PY_EXE -m pip install "pylint<2.4" "astroid<2.3" PyYAML

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