Merge "CI: drop docker pin"

This commit is contained in:
Zuul 2024-06-14 12:35:02 +00:00 committed by Gerrit Code Review
commit 99a12cb8cd

View File

@ -94,7 +94,7 @@ EOF
python3 -m venv ~/kolla-venv
source ~/kolla-venv/bin/activate
if [[ "$CONTAINER_ENGINE" == "docker" ]]; then
pip install "${KOLLA_SRC_DIR}" "docker<7" "requests<2.32"
pip install "${KOLLA_SRC_DIR}" "docker"
else
pip install "${KOLLA_SRC_DIR}" "podman"
fi