#1122 Pin the python-ldap3 version in the unit tests while RHBZ#1664859 gets resolved
Merged 5 years ago by mprahl. Opened 5 years ago by mprahl.

file modified
+2 -1
@@ -4,6 +4,7 @@ 

  RUN yum -y update

  RUN yum -y install epel-release yum-utils

  RUN yum-config-manager --add-repo https://kojipkgs.fedoraproject.org/repos-dist/epel7Server-infra/latest/x86_64/

+ # TODO: Unpin the version of python-ldap3 after 2.5.2+ is released

  RUN yum -y install \

      --nogpgcheck \

      --setopt=deltarpm=0 \
@@ -27,7 +28,7 @@ 

      python-funcsigs \

      python-futures \

      python-koji \

-     python-ldap3 \

+     https://kojipkgs.fedoraproject.org//packages/python-ldap3/2.4/1.el7/noarch/python2-ldap3-2.4-1.el7.noarch.rpm \

      python-mock \

      python-munch \

      python-pip \

This should resolve the unit test failures in Jenkins

Why do they run just on EPEL?

@ignatenkobrain the tests run on CentOS because the MBS deployments we manage run on RHEL 7.

pretty please pagure-ci rebuild

5 years ago

rebased onto 79d22a89782a55293627464279013d6ee8da8df0

5 years ago

pretty please pagure-ci rebuild

5 years ago

rebased onto aa9304578439c092ec21035845b78bf2f162f46b

5 years ago

rebased onto fed906f

5 years ago

Commit 812b438 fixes this pull-request

Pull-Request has been merged by mprahl

5 years ago

Pull-Request has been merged by mprahl

5 years ago