fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/pysim/+/29276
)
Change subject: Revert "contrib/jenkins.sh: pylint v2.15 is unstable, pin
v2.14.5"
......................................................................
Revert "contrib/jenkins.sh: pylint v2.15 is unstable, pin v2.14.5"
This reverts commit 12175d358850cfbfe40c060292d8273cabc23cbc.
The upstream has fixed the regression:
https://github.com/PyCQA/pylint/issues/7375
which was actually not in pylint itself but in its dependency:
https://github.com/PyCQA/astroid/pull/1763
https://github.com/PyCQA/astroid/releases/tag/v2.12.6
Change-Id: I1bf36e0c6db14a10ff4eab57bae238401dbd7fd0
Closes: OS#5668
---
M contrib/jenkins.sh
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/76/29276/1
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index a061c7e..fbcd73c 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -26,7 +26,7 @@
# 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==2.14.5 # FIXME: 2.15 is crashing, see OS#5668
+pip install pylint
python -m pylint -j0 --errors-only \
--disable E1102 \
--disable E0401 \
--
To view, visit
https://gerrit.osmocom.org/c/pysim/+/29276
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I1bf36e0c6db14a10ff4eab57bae238401dbd7fd0
Gerrit-Change-Number: 29276
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange