From 06c1f1c5cbb03467a1d3566527454b9251f9f909 Mon Sep 17 00:00:00 2001 From: Julian <julian@cccv.de> Date: Wed, 20 Apr 2022 16:54:19 +0000 Subject: [PATCH] Revert "Install python3-pytest-xdist" This reverts commit 9b8d2ce8c2debe8f6801e624161b4d68c6fda69e --- Dockerfile.bullseye | 2 +- Dockerfile.buster | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.bullseye b/Dockerfile.bullseye index 9d5088f..5668ee1 100644 --- a/Dockerfile.bullseye +++ b/Dockerfile.bullseye @@ -6,7 +6,7 @@ RUN apt-get -qq update && \ lsb-release openjdk-11-jre-headless curl ca-certificates \ sqlite3 locales-all git \ python3 python3-venv python3-coverage python3-ldap3 python3-flask python3-flask-sqlalchemy python3-flask-migrate \ - python3-pip python3-qrcode python3-fido2 python3-oauthlib python3-flask-babel python3-argon2 python3-pytest python3-pytest-xdist python3-all python3-pip \ + python3-pip python3-qrcode python3-fido2 python3-oauthlib python3-flask-babel python3-argon2 python3-pytest python3-all python3-pip \ git-buildpackage debhelper dh-python mariadb-server python3-mysqldb python3-requests-oauthlib python3-git libffi-dev && \ pip3 install pylint html5validator twine build --upgrade && \ apt-get -qq clean diff --git a/Dockerfile.buster b/Dockerfile.buster index 1246232..ec1cbd2 100644 --- a/Dockerfile.buster +++ b/Dockerfile.buster @@ -6,7 +6,7 @@ RUN apt-get -qq update && \ lsb-release openjdk-11-jre-headless curl ca-certificates \ sqlite3 locales-all git \ python3 python3-venv python3-coverage python3-ldap3 python3-flask python3-flask-sqlalchemy python3-flask-migrate \ - python3-pip python3-qrcode python3-fido2 python3-oauthlib python3-flask-babel python3-argon2 python3-pytest python3-pytest-xdist python3-all python3-pip \ + python3-pip python3-qrcode python3-fido2 python3-oauthlib python3-flask-babel python3-argon2 python3-pytest python3-all python3-pip \ git-buildpackage debhelper dh-python mariadb-server python3-mysqldb python3-flask-oauthlib python3-requests-oauthlib python3-git libffi-dev && \ pip3 install pylint html5validator twine build --upgrade && \ apt-get -qq clean -- GitLab