From 56b234c2bbef934323ba40ef735be8d73f8ae620 Mon Sep 17 00:00:00 2001 From: mprahl Date: Fri, 29 Mar 2019 13:11:07 -0400 Subject: [PATCH] Update python-ldap3 to 2.6.1 for the unit tests We had issues in the current released version in EPEL7, this is an update in testing that we should use once it reaches stable. --- docker/Dockerfile-tests | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile-tests b/docker/Dockerfile-tests index e3bbeaaf..8f2cda2f 100644 --- a/docker/Dockerfile-tests +++ b/docker/Dockerfile-tests @@ -4,7 +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 +# TODO: Unpin the version of python-ldap3 after 2.6.1 is released RUN yum -y install \ --nogpgcheck \ --setopt=deltarpm=0 \ @@ -28,7 +28,7 @@ RUN yum -y install \ python-funcsigs \ python-futures \ python-koji \ - https://kojipkgs.fedoraproject.org//packages/python-ldap3/2.4/1.el7/noarch/python2-ldap3-2.4-1.el7.noarch.rpm \ + https://kojipkgs.fedoraproject.org//packages/python-ldap3/2.6/1.el7/noarch/python2-ldap3-2.6-1.el7.noarch.rpm \ python-mock \ python-munch \ python-pip \