diff options
-rw-r--r-- | Dockerfile-debian-python3-sqlite | 1 | ||||
-rw-r--r-- | Dockerfile-fedora-python3-sqlite | 1 | ||||
-rw-r--r-- | docs/source/siteadmin/relnotes.rst | 1 |
3 files changed, 1 insertions, 2 deletions
diff --git a/Dockerfile-debian-python3-sqlite b/Dockerfile-debian-python3-sqlite index bf22b9cf..7899731f 100644 --- a/Dockerfile-debian-python3-sqlite +++ b/Dockerfile-debian-python3-sqlite @@ -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 diff --git a/Dockerfile-fedora-python3-sqlite b/Dockerfile-fedora-python3-sqlite index be7f30a7..3c471c07 100644 --- a/Dockerfile-fedora-python3-sqlite +++ b/Dockerfile-fedora-python3-sqlite @@ -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 diff --git a/docs/source/siteadmin/relnotes.rst b/docs/source/siteadmin/relnotes.rst index 36e14193..1038062c 100644 --- a/docs/source/siteadmin/relnotes.rst +++ b/docs/source/siteadmin/relnotes.rst @@ -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) |