Skip to content

Commit 0549d6d

Browse files
committed
Fix outdated notes in requirement files
Recent pip no longer requires specific order and can resolve dependencies automatically. Also add a note to explain that lower bounds of requirements are no longer tested and these are now maintained on best-effort-basis. Change-Id: I8287f379cb8d17254df8064af69279fe3361e7a4
1 parent 3120454 commit 0549d6d

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

doc/requirements.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# The order of packages is significant, because pip processes them in the order
2-
# of appearance. Changing the order has an impact on the overall integration
3-
# process, which may cause wedges in the gate later.
41
# These are needed for docs generation
52
openstackdocstheme>=2.2.1 # Apache-2.0
63
reno>=3.2.0 # Apache-2.0

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# The order of packages is significant, because pip processes them in the order
2-
# of appearance. Changing the order has an impact on the overall integration
3-
# process, which may cause wedges in the gate later.
1+
# Requirements lower bounds listed here are our best effort to keep them up to
2+
# date but we do not test them so no guarantee of having them all correct. If
3+
# you find any incorrect lower bounds, let us know or propose a fix.
44
pbr>=5.5.0 # Apache-2.0
55
PrettyTable>=0.7.2 # BSD
66
keystoneauth1>=5.0.0 # Apache-2.0

test-requirements.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
# The order of packages is significant, because pip processes them in the order
2-
# of appearance. Changing the order has an impact on the overall integration
3-
# process, which may cause wedges in the gate later.
41
# Hacking already pins down pep8, pyflakes and flake8
5-
62
hacking>=7.0.0,<7.1.0 # Apache-2.0
73
flake8-import-order # LGPLv3
84
docutils>=0.16

0 commit comments

Comments
 (0)