commit 9ff9fa5827d68d7ec3bdbb99ce27f1bacccd348a Author: Tobias Henkel Date: Tue Oct 6 17:08:44 2020 +0200 Pin openstacksdk to <0.48.0 The openstacksdk dropped py35 support in 0.48.0. Since we still have py35 support we need to pin it temporarily until we've deprecated and removed it. Change-Id: Ia50ed54f43605fc1e12c95a2218b73abcadc66ed diff --git a/test-requirements.txt b/test-requirements.txt index e40b50c..b13e51e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -13,7 +13,10 @@ ansible>=2.7,<2.8 # https://review.opendev.org/#/c/727157/ stestr>=1.0.0,<3.0.0;python_version<'3.5' # Apache-2.0 stestr>=1.0.0;python_version>='3.5' # Apache-2.0 # For upload-logs-swift: -openstacksdk>=0.17.1 +# TODO: openstacksdk 0.48.0 dropped python 3.5 support. Remove this constraint +# when we dropped 3.5 in zuul-jobs as well. +openstacksdk>=0.17.1,<0.48.0;python_version<'3.6' +openstacksdk>=0.17.1;python_version>='3.6' requests requestsexceptions bs4