From fed906f9b4364f995fc6c961957191ea60dac7fc Mon Sep 17 00:00:00 2001 From: mprahl Date: Jan 16 2019 20:49:24 +0000 Subject: Pin the python-ldap3 version in the unit tests while RHBZ#1664859 gets resolved --- diff --git a/docker/Dockerfile-tests b/docker/Dockerfile-tests index 065f385..55fc2cb 100644 --- a/docker/Dockerfile-tests +++ b/docker/Dockerfile-tests @@ -4,6 +4,7 @@ WORKDIR /build 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 @@ RUN yum -y install \ 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 \