Skip to content

Commit

Permalink
contrib/jenkins.sh: pylint v2.15 is unstable, pin v2.14.5
Browse files Browse the repository at this point in the history
pylint v2.15 is crashing, let's fall-back to a known to work v2.14.5.

Change-Id: Ie29be6ec6631ff2b3d8cd6b2dd9ac0ed8f505e4f
Related: pylint-dev/pylint#7375
Related: OS#5668
  • Loading branch information
axilirator committed Aug 30, 2022
1 parent 59f3b11 commit 12175d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/jenkins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ python -m unittest discover -v -s tests/
# Ignore E0401: import-error
# pySim/utils.py:276: E0401: Unable to import 'Crypto.Cipher' (import-error)
# pySim/utils.py:277: E0401: Unable to import 'Crypto.Util.strxor' (import-error)
pip install pylint
pip install pylint==2.14.5 # FIXME: 2.15 is crashing, see OS#5668
python -m pylint --errors-only \
--disable E1102 \
--disable E0401 \
Expand Down

0 comments on commit 12175d3

Please sign in to comment.