Remove test lines in Dockerfiles.

This commit is contained in:
Ben Sturmfels
2021-03-09 17:22:09 +11:00
parent 3ba11716c1
commit 40bc5ea9ee
3 changed files with 1 additions and 2 deletions

View File

@@ -89,7 +89,6 @@ RUN ./bootstrap.sh
RUN VIRTUALENV_FLAGS='--system-site-packages' ./configure
RUN make
RUN echo foo
RUN ./bin/python -m pytest -rs ./mediagoblin/tests --boxed
RUN echo '[[mediagoblin.media_types.audio]]' >> mediagoblin.ini