]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
cephadm-ansible-prs: do not pin to pip 22.4.0 2528/head
authorGuillaume Abrioux <gabrioux@ibm.com>
Wed, 14 Jan 2026 19:39:15 +0000 (20:39 +0100)
committerGuillaume Abrioux <gabrioux@ibm.com>
Wed, 14 Jan 2026 19:39:15 +0000 (20:39 +0100)
given that the builder is now using py3.12, we can't pin to 22.4.0 as it
depends on distutils that was dropped from py3.12

Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
cephadm-ansible-prs/build/build

index bff1098a42652b5701ea545bbc879ec193bc38eb..e24330e9df6bc5bd0a9c0092c347759a2916aad3 100644 (file)
@@ -4,7 +4,7 @@
 pkgs=( "tox" )
 TEMPVENV=$(create_venv_dir)
 VENV=${TEMPVENV}/bin
-install_python_packages $TEMPVENV "pkgs[@]" "pip==22.0.4"
+install_python_packages $TEMPVENV "pkgs[@]"
 
 # XXX this might not be needed
 source $VENV/activate