Remove unused pytest-runner from Dockerfiles

This commit is contained in:
Tomáš Chvátal 2020-04-03 11:36:19 +02:00 committed by Neal Gompa (ニール・ゴンパ)
parent 331d4ef5e7
commit aa433df1ce
4 changed files with 0 additions and 4 deletions

View File

@ -29,7 +29,6 @@ RUN dnf --nogpgcheck -y install \
python3-pybeam \
python3-pytest \
python3-pytest-cov \
python3-pytest-runner \
python3-pytest-flake8 \
python3-pytest-xdist \
python3-flake8 \

View File

@ -28,7 +28,6 @@ RUN dnf --nogpgcheck -y install \
python3-pybeam \
python3-pytest \
python3-pytest-cov \
python3-pytest-runner \
python3-pytest-flake8 \
python3-pytest-xdist \
python3-flake8 \

View File

@ -14,7 +14,6 @@ RUN zypper -n install \
python3-setuptools \
python3-pybeam \
python3-pytest \
python3-pytest-runner \
python3-pytest-cov \
python3-pytest-flake8 \
python3-pytest-xdist \

View File

@ -13,7 +13,6 @@ RUN zypper -n install \
python3-setuptools \
python3-pybeam \
python3-pytest \
python3-pytest-runner \
python3-pytest-cov \
python3-pytest-flake8 \
python3-pytest-xdist \