From 01d4d5d50b88064da9e27aaf75d2cdf663a38195 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 28 Jul 2023 06:47:55 +0200 Subject: [PATCH] dockerfile: install tests extra via pip This will allow us to use pinning from the pip package instead of duplicating it. --- Dockerfile | 2 +- requirements.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 64a4c221a..103494a77 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM python:3.11.4-slim-bullseye ENV PYVERSION 3.11 ENV WEBLATE_VERSION 4.18.2 -ENV WEBLATE_EXTRAS all,MySQL,zxcvbn +ENV WEBLATE_EXTRAS all,MySQL,zxcvbn,test ARG TARGETARCH LABEL name="Weblate" diff --git a/requirements.txt b/requirements.txt index 7b6c6f792..da01a76e3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -42,9 +42,11 @@ pyuca==1.2 rapidfuzz==3.1.2 raven redis==4.6.0 +# TODO: remove with Weblate 5.0 responses==0.23.1 rollbar ruamel.yaml==0.17.32 +# TODO: remove with Weblate 5.0 selenium==4.10.0 setuptools==68.0.0 siphashc==2.1