diff options
| author | likui <likui@yovole.com> | 2022-05-11 17:36:29 +0800 |
|---|---|---|
| committer | likui <likui@yovole.com> | 2022-05-14 11:02:12 +0800 |
| commit | c677192d51ac80922f990c8a96b49e9dcc9325d2 (patch) | |
| tree | 325d406e17380a77542d55eb6e09ec4c847889b5 /requirements.txt | |
| parent | dabaec5a7b1b9786a8f91eebef738bf755faf059 (diff) | |
| download | python-openstackclient-c677192d51ac80922f990c8a96b49e9dcc9325d2.tar.gz | |
Stop testing lower-constraints
[1] http://lists.openstack.org/pipermail/openstack-discuss/2020-October/018445.html
Change-Id: I45e9a81d451c64cdd51f9b606d94161742bacdb7
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index cb414ebb..118b7b95 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,7 @@ +# Requirements lower bounds listed here are our best effort to keep them up to +# date but we do not test them so no guarantee of having them all correct. If +# you find any incorrect lower bounds, let us know or propose a fix. + # 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. |
