clean tests

This commit is contained in:
Guilhem Saurel 2021-07-13 01:16:24 +02:00
parent 999b824874
commit 6a2e0336d9
4 changed files with 80 additions and 72 deletions

View file

@ -12,6 +12,6 @@ ADD tests/homeserver.yaml .
RUN python -m synapse.app.homeserver --config-path homeserver.yaml --generate-keys
RUN chown -R 991:991 .
RUN pip install --no-cache-dir aiohttp matrix-nio markdown coverage
RUN pip install --no-cache-dir markdown matrix-nio httpx coverage
WORKDIR /app