mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-28 08:18:36 +03:00
contrib/jenkins.sh: print pylint version before running it
Change-Id: Icc96ff16af482581dc97a387bcff1374fbb620f3 Related: OS#6034
This commit is contained in:
committed by
Oliver Smith
parent
e47ea5f2e5
commit
a793552b4f
@@ -31,6 +31,8 @@ case "$JOB_TYPE" in
|
|||||||
../tests/pysim-test.sh
|
../tests/pysim-test.sh
|
||||||
;;
|
;;
|
||||||
"pylint")
|
"pylint")
|
||||||
|
# Print pylint version
|
||||||
|
pip3 freeze | grep pylint
|
||||||
# Run pylint to find potential errors
|
# Run pylint to find potential errors
|
||||||
# Ignore E1102: not-callable
|
# Ignore E1102: not-callable
|
||||||
# pySim/filesystem.py: E1102: method is not callable (not-callable)
|
# pySim/filesystem.py: E1102: method is not callable (not-callable)
|
||||||
|
|||||||
Reference in New Issue
Block a user