Browse Source

Adjust the syntax of the sed command in f29-rpms-py3

This is required due to our change to run black on all the files
including the tests.

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
Pierre-Yves Chibon 5 years ago
parent
commit
471da9808f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dev/containers/f29-rpms-py3

+ 1 - 1
dev/containers/f29-rpms-py3

@@ -21,7 +21,7 @@ RUN dnf -y install \
 RUN cd / \
     && git clone -b $BRANCH $REPO \
     && chmod +x /pagure/dev/containers/runtests_py3.sh \
-    && sed -i -e "s|\['alembic',|\['alembic-3',|" /pagure/tests/test_alembic.py
+    && sed -i -e 's|\["alembic",|\["alembic-3",|' /pagure/tests/test_alembic.py
 
 # Install all the requirements from the spec file and replace the macro
 # %{python_pkgversion} by '3' which thus installs all the py3 version of