Skip to content

Commit

Permalink
dockerfile: install tests extra via pip
Browse files Browse the repository at this point in the history
This will allow us to use pinning from the pip package instead of duplicating it.
  • Loading branch information
nijel committed Jul 28, 2023
1 parent 395714c commit 01d4d5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 01d4d5d

Please sign in to comment.