1dd0c2e26f
Create a tox environment for running the unit tests against the lower bounds of the dependencies. Create a lower-constraints.txt to be used to enforce the lower bounds in those tests. Add openstack-tox-lower-constraints job to the zuul configuration. See http://lists.openstack.org/pipermail/openstack-dev/2018-March/128352.html for more details. About PrettyTable requirement: The minimum version of PrettyTable is not correct in requirements.txt, which should be 0.7.2 according to the unittests(before 0.7.2, if the table is empty, i.e. no rows in the table, PrettyTable won't print the headers and borders, this is changed during 0.7.2) Co-Authored-By: Zhao Chao <zhaochao1984@gmail.com> Change-Id: Ia9cadcbc2bc9aa2864fe47040dfe7be8ae286b98 Depends-On: https://review.openstack.org/555034 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
16 lines
584 B
Plaintext
16 lines
584 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
|
PrettyTable<0.8,>=0.7.2 # BSD
|
|
requests>=2.14.2 # Apache-2.0
|
|
simplejson>=3.5.1 # MIT
|
|
oslo.i18n>=3.15.3 # Apache-2.0
|
|
oslo.utils>=3.33.0 # Apache-2.0
|
|
Babel!=2.4.0,>=2.3.4 # BSD
|
|
keystoneauth1>=3.4.0 # Apache-2.0
|
|
six>=1.10.0 # MIT
|
|
python-swiftclient>=3.2.0 # Apache-2.0
|
|
python-mistralclient!=3.2.0,>=3.1.0 # Apache-2.0
|
|
osc-lib>=1.8.0 # Apache-2.0
|