Revert "docker: master/worker: fix issue with latest stable sqlalchemy"
authorPetr Štetiar <ynezz@true.cz>
Wed, 17 Mar 2021 08:35:14 +0000 (09:35 +0100)
committerPetr Štetiar <ynezz@true.cz>
Wed, 17 Mar 2021 08:35:30 +0000 (09:35 +0100)
This reverts commit 1d17927e74896df84208da090c80c2d1791d5fe6 as the
issue got fixed in Buildbot version 3.0.2

Signed-off-by: Petr Štetiar <ynezz@true.cz>
docker/buildmaster/Dockerfile
docker/buildworker/Dockerfile

index aa8fa10a7993b5409f15633fe97c2be7e26c6ea2..1cf4d566974726d8f794731a6c05654054ace9cb 100644 (file)
@@ -29,7 +29,6 @@ RUN \
 RUN pip3 install -U pip
 RUN \
        pip3 install \
-               "sqlalchemy==1.3.23" \
                "buildbot-www==$BUILDBOT_VERSION" \
                "buildbot-waterfall-view==$BUILDBOT_VERSION" \
                "buildbot-console-view==$BUILDBOT_VERSION" \
index deb182be493895053408addf71f9b8245c2429c1..ae62c7f57244b7a317ed7fdc7d592ad87e617cd8 100644 (file)
@@ -39,7 +39,6 @@ RUN \
 
 RUN pip3 install -U pip
 RUN pip3 install \
-               "sqlalchemy==1.3.23" \
                "buildbot-worker==$BUILDBOT_VERSION" \
                pyOpenSSL \
                service_identity