]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-build-pull-requests: drop stale comment 2050/head
authorKefu Chai <tchaikov@gmail.com>
Tue, 9 Aug 2022 12:41:24 +0000 (20:41 +0800)
committerKefu Chai <tchaikov@gmail.com>
Tue, 9 Aug 2022 12:41:33 +0000 (20:41 +0800)
now that we've bumped up the urllib3's version in
f2f9bec9da002ac07b27c5caf5131aeab196509c. the comment does not
apply anymore.

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
ceph-build-pull-requests/build/build

index 233074c05fd833cd14977655974968e94e24b324..7887be65bd4ba1b7a34f8085f6dd035fc5afb612 100644 (file)
@@ -3,8 +3,6 @@
 set -e
 
 # the following two methods exist in scripts/build_utils.sh
-# must pin urllib3 to 1.22 because 1.23 is incompatible with requests, which
-# is used by jenkins-job-builder
 pkgs=( "ansible" "jenkins-job-builder>=3.5.0" "urllib3==1.26.1" "pyopenssl" "ndg-httpsclient" "pyasn1" )
 TEMPVENV=$(create_venv_dir)
 VENV=${TEMPVENV}/bin