From 24d2be565b9382b70110ab2748a73886333f6d9b Mon Sep 17 00:00:00 2001 From: mprahl Date: Wed, 3 Apr 2019 15:24:43 -0400 Subject: [PATCH] Pin the version of libsolv in FEDORA-2019-c381c7bf54 for the tests --- docker/Dockerfile-tests-py3 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docker/Dockerfile-tests-py3 b/docker/Dockerfile-tests-py3 index 3cd4d496..d3f05126 100644 --- a/docker/Dockerfile-tests-py3 +++ b/docker/Dockerfile-tests-py3 @@ -1,6 +1,8 @@ FROM fedora:29 WORKDIR /build +# Pin the version of libsolv until the following is in stable: +# https://bodhi.fedoraproject.org/updates/FEDORA-2019-c381c7bf54 RUN dnf -y install \ --nogpgcheck \ --setopt=deltarpm=0 \ @@ -25,7 +27,8 @@ RUN dnf -y install \ python3-prometheus_client \ python3-requests \ python3-six \ - python3-solv \ + https://kojipkgs.fedoraproject.org//packages/libsolv/0.7.4/2.fc29/x86_64/libsolv-0.7.4-2.fc29.x86_64.rpm \ + https://kojipkgs.fedoraproject.org//packages/libsolv/0.7.4/2.fc29/x86_64/python3-solv-0.7.4-2.fc29.x86_64.rpm \ python3-sqlalchemy \ python3-pungi \ # Test-only dependencies