From d4ac9dbe72fd40bfed29f1284d0c2b2df2eae7a6 Mon Sep 17 00:00:00 2001 From: Giulia Naponiello Date: Apr 30 2019 11:13:31 +0000 Subject: openldap-devel is required to run the tests The Jenkinsfile needs openldap-devel to run the unit tests. --- diff --git a/Jenkinsfile b/Jenkinsfile index 20d27cb..248b6ce 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -46,7 +46,7 @@ node('fedora-29') { checkout scm stage('Prepare') { sh 'sudo dnf -y builddep waiverdb.spec' - sh 'sudo dnf -y install python3-flake8 python3-pylint python3-pytest python3-sphinx python3-sphinxcontrib-httpdomain' + sh 'sudo dnf -y install python3-flake8 python3-pylint python3-pytest python3-sphinx python3-sphinxcontrib-httpdomain openldap-devel' /* Needed for mock EPEL7 builds: https://bugzilla.redhat.com/show_bug.cgi?id=1528272 */ sh 'sudo dnf -y install dnf-utils' /* Needed to get the latest /etc/mock/fedora-28-x86_64.cfg */