Loading ci-support.sh +3 −3 Original line number Diff line number Diff line Loading @@ -462,11 +462,11 @@ run_pylint() curl -o .pylintrc.yml "${ci_support}/.pylintrc-default.yml" fi # <2.7 version bound put in place out of an abundance of cautiousness, no particular reason # 2021-02-16 AK # version bound put in place out of an abundance of cautiousness, no particular reason # 2021-04-22 AK # pytest is being installed since test_*.py modules may import pytest, which # pylint may inspect. $PY_EXE -m pip install "pylint<2.7" PyYAML pytest $PY_EXE -m pip install "pylint<2.8" PyYAML pytest PYLINT_RUNNER_ARGS="--jobs=4 --yaml-rcfile=.pylintrc.yml" Loading Loading
ci-support.sh +3 −3 Original line number Diff line number Diff line Loading @@ -462,11 +462,11 @@ run_pylint() curl -o .pylintrc.yml "${ci_support}/.pylintrc-default.yml" fi # <2.7 version bound put in place out of an abundance of cautiousness, no particular reason # 2021-02-16 AK # version bound put in place out of an abundance of cautiousness, no particular reason # 2021-04-22 AK # pytest is being installed since test_*.py modules may import pytest, which # pylint may inspect. $PY_EXE -m pip install "pylint<2.7" PyYAML pytest $PY_EXE -m pip install "pylint<2.8" PyYAML pytest PYLINT_RUNNER_ARGS="--jobs=4 --yaml-rcfile=.pylintrc.yml" Loading