# HG changeset patch # User Goffi # Date 1631116728 -7200 # Node ID 9c50d2f812c1c05019bd240c334b048e47d64c56 # Parent d0b66efc6c0e388f3745fa7ba5c09f97f6fdc7c4 docker (e2e): add `pytest-twisted` to image diff -r d0b66efc6c0e -r 9c50d2f812c1 docker/backend-dev-e2e/Dockerfile --- 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