comparison docker/backend-dev-e2e/Dockerfile @ 3671:9c50d2f812c1

docker (e2e): add `pytest-twisted` to image
author Goffi <goffi@goffi.org>
date Wed, 08 Sep 2021 17:58:48 +0200
parents 0ffaa231138c
children 09f5ac48ffe3
comparison
equal deleted inserted replaced
3670:d0b66efc6c0e 3671:9c50d2f812c1
44 WORKDIR /home/libervia 44 WORKDIR /home/libervia
45 USER libervia 45 USER libervia
46 46
47 RUN \ 47 RUN \
48 # pytest and its plugins 48 # pytest and its plugins
49 pip install pytest pytest-timeout pytest-dependency \ 49 pip install pytest pytest-timeout pytest-dependency pytest-twisted \
50 # needed to test libervia-cli 50 # needed to test libervia-cli
51 sh \ 51 sh \
52 # needed to test libervia 52 # needed to test libervia
53 helium \ 53 helium \
54 # needed to check sent emails 54 # needed to check sent emails