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

@ -173,7 +173,6 @@ RUN make
RUN ./bin/pip install py3exiv2
# Run the tests.
RUN echo foo
RUN ./bin/python -m pytest -rs ./mediagoblin/tests --boxed
# Only safe if being run on a clean git checkout. Otherwise you may have already

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

View File

@ -29,6 +29,7 @@ carefully, or at least skim over it.
**Improvements:**
- Run test for LDAP, OpenID and PDF plugins in development Dockerfiles (Ben Sturmfels)
- Add Debian and Fedora CI builds for sourcehut (Ben Sturmfels)
- Extend Fedora install docs and development Dockerfile to support audio/video (Ben Sturmfels)
- Remove Python 2 installation and compatibility code (Ben Sturmfels)