Run flake8 from Tumbleweed

This commit is contained in:
Stephan Kulow
2019-05-06 22:52:22 +02:00
parent fdea133415
commit 106ef6ae69
4 changed files with 18 additions and 12 deletions

View File

@@ -5,7 +5,7 @@ RUN useradd tester -d /code/tests/home
RUN zypper in -y osc python3-nose python3-httpretty python3-pyxdg python3-PyYAML \
python3-pika python3-mock python3-cmdln python3-lxml python3-python-dateutil python3-colorama \
python3-influxdb python3-coverage python3-coveralls libxml2-tools curl \
python3-influxdb python3-coverage python3-coveralls libxml2-tools curl python3-flake8 \
vim vim-data strace git sudo patch openSUSE-release openSUSE-release-ftp
COPY osc-hotpatch.diff /tmp