Re-enable tests in Dockerfiles.

This commit is contained in:
Ben Sturmfels
2021-03-06 11:49:56 +11:00
parent 370d8a7296
commit fa1b4315a1
2 changed files with 8 additions and 4 deletions

View File

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