Mercurial > libervia-backend
changeset 3671:9c50d2f812c1
docker (e2e): add `pytest-twisted` to image
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 08 Sep 2021 17:58:48 +0200 |
parents | d0b66efc6c0e |
children | e4054b648111 |
files | docker/backend-dev-e2e/Dockerfile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/docker/backend-dev-e2e/Dockerfile Wed Sep 08 17:58:48 2021 +0200 +++ b/docker/backend-dev-e2e/Dockerfile Wed Sep 08 17:58:48 2021 +0200 @@ -46,7 +46,7 @@ RUN \ # pytest and its plugins - pip install pytest pytest-timeout pytest-dependency \ + pip install pytest pytest-timeout pytest-dependency pytest-twisted \ # needed to test libervia-cli sh \ # needed to test libervia