Remove test lines in Dockerfiles.
This commit is contained in:
parent
3ba11716c1
commit
40bc5ea9ee
@ -173,7 +173,6 @@ RUN make
|
|||||||
RUN ./bin/pip install py3exiv2
|
RUN ./bin/pip install py3exiv2
|
||||||
|
|
||||||
# Run the tests.
|
# Run the tests.
|
||||||
RUN echo foo
|
|
||||||
RUN ./bin/python -m pytest -rs ./mediagoblin/tests --boxed
|
RUN ./bin/python -m pytest -rs ./mediagoblin/tests --boxed
|
||||||
|
|
||||||
# Only safe if being run on a clean git checkout. Otherwise you may have already
|
# Only safe if being run on a clean git checkout. Otherwise you may have already
|
||||||
|
@ -89,7 +89,6 @@ RUN ./bootstrap.sh
|
|||||||
RUN VIRTUALENV_FLAGS='--system-site-packages' ./configure
|
RUN VIRTUALENV_FLAGS='--system-site-packages' ./configure
|
||||||
RUN make
|
RUN make
|
||||||
|
|
||||||
RUN echo foo
|
|
||||||
RUN ./bin/python -m pytest -rs ./mediagoblin/tests --boxed
|
RUN ./bin/python -m pytest -rs ./mediagoblin/tests --boxed
|
||||||
|
|
||||||
RUN echo '[[mediagoblin.media_types.audio]]' >> mediagoblin.ini
|
RUN echo '[[mediagoblin.media_types.audio]]' >> mediagoblin.ini
|
||||||
|
@ -29,6 +29,7 @@ carefully, or at least skim over it.
|
|||||||
|
|
||||||
**Improvements:**
|
**Improvements:**
|
||||||
|
|
||||||
|
- Run test for LDAP, OpenID and PDF plugins in development Dockerfiles (Ben Sturmfels)
|
||||||
- Add Debian and Fedora CI builds for sourcehut (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)
|
- Extend Fedora install docs and development Dockerfile to support audio/video (Ben Sturmfels)
|
||||||
- Remove Python 2 installation and compatibility code (Ben Sturmfels)
|
- Remove Python 2 installation and compatibility code (Ben Sturmfels)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user