From 471da9808fdcff1f4e6b8833d7d86e13329bef0d Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Apr 23 2019 14:44:15 +0000 Subject: 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 --- diff --git a/dev/containers/f29-rpms-py3 b/dev/containers/f29-rpms-py3 index cae0437..f3d3ae7 100644 --- a/dev/containers/f29-rpms-py3 +++ b/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