#1203 Unpin the libsolv version for the Python 3 tests since it's in stable
Merged 5 years ago by mprahl. Opened 5 years ago by mprahl.

file modified
+1 -4
@@ -1,8 +1,6 @@ 

  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 \
@@ -27,8 +25,7 @@ 

      python3-prometheus_client \

      python3-requests \

      python3-six \

-     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-solv \

      python3-sqlalchemy \

      python3-pungi \

      # Test-only dependencies

no initial comment

rebased onto 321bb49

5 years ago

Pull-Request has been merged by mprahl

5 years ago