Holger Freyther has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/13125 )

Change subject: python: Add pyflakes for some static analysis
......................................................................

python: Add pyflakes for some static analysis

Be able to run pyflakes as part of the CI process.

Change-Id: I59e6673df5b8d915dee1f745169fc5d0426c6aed
---
M docker/Dockerfile_osmocom_jenkins.amd64
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Pau Espin Pedrol: Looks good to me, approved
  Holger Freyther: Verified



diff --git a/docker/Dockerfile_osmocom_jenkins.amd64 
b/docker/Dockerfile_osmocom_jenkins.amd64
index b2c1c9a..c365380 100644
--- a/docker/Dockerfile_osmocom_jenkins.amd64
+++ b/docker/Dockerfile_osmocom_jenkins.amd64
@@ -54,6 +54,7 @@
 RUN pip3 install git+git://github.com/podshumok/python-smpplib.git
 RUN pip3 install pydbus
 RUN pip3 install pysispm
+RUN DEBIAN_FRONTEND=noninteractive apt-get install -y python3-pyflakes

 ADD http://git.osmocom.org/python/osmo-python-tests/patch /tmp/commit
 RUN git clone git://git.osmocom.org/python/osmo-python-tests && cd 
osmo-python-tests && ./contrib/jenkins.sh

--
To view, visit https://gerrit.osmocom.org/13125
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I59e6673df5b8d915dee1f745169fc5d0426c6aed
Gerrit-Change-Number: 13125
Gerrit-PatchSet: 1
Gerrit-Owner: Holger Freyther <[email protected]>
Gerrit-Reviewer: Holger Freyther <[email protected]>
Gerrit-Reviewer: Pau Espin Pedrol <[email protected]>
Gerrit-CC: osmith <[email protected]>

Reply via email to