Fixed Gitlab CI

No need to install slapd from the backports now that Debian 12 is out.
This commit is contained in:
Éloi Rivard 2023-06-15 18:35:03 +02:00
parent e0bd8e734c
commit bf490308cf

View file

@ -7,10 +7,8 @@ stages:
- release - release
before_script: before_script:
- echo deb http://deb.debian.org/debian bullseye-backports main contrib non-free >> /etc/apt/sources.list
- apt update - apt update
- env apt install --yes python3-dev libldap2-dev libsasl2-dev libssl-dev - env DEBIAN_FRONTEND=noninteractive apt install --yes python3-dev libldap2-dev libsasl2-dev libssl-dev slapd ldap-utils
- env DEBIAN_FRONTEND=noninteractive apt -t bullseye-backports install --yes slapd ldap-utils
- curl -O https://bootstrap.pypa.io/get-pip.py - curl -O https://bootstrap.pypa.io/get-pip.py
- python get-pip.py - python get-pip.py
- pip install --upgrade tox "poetry>1.3.0" coveralls pyyaml tomli - pip install --upgrade tox "poetry>1.3.0" coveralls pyyaml tomli