]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commit
bootstrap: use pip --use-feature=2020-resolver 1563/head
authorKefu Chai <kchai@redhat.com>
Wed, 23 Sep 2020 14:26:50 +0000 (22:26 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 23 Sep 2020 14:27:03 +0000 (22:27 +0800)
commitf2607ee8ce149f2951c5fd62c259fc4fa3ddcb5a
treea321a327a5a381ad49bd2251a6b6ccb3cbbb44ef
parentf390fd36084b9e63db98819954f8e35f2cba8c58
bootstrap: use pip --use-feature=2020-resolver

follow the suggestion from pip

ERROR: After October 2020 you may experience errors when installing or updating packages. This is because pip will change the way that it resolves dependency conflicts.

We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default.

Signed-off-by: Kefu Chai <kchai@redhat.com>
bootstrap