aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile-fedora-python3-sqlite
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile-fedora-python3-sqlite')
-rw-r--r--Dockerfile-fedora-python3-sqlite1
1 files changed, 0 insertions, 1 deletions
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