Skip to content

Commit 97bae52

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Fix outdated notes in requirement files"
2 parents 4282a8a + 0549d6d commit 97bae52

3 files changed

Lines changed: 3 additions & 10 deletions

File tree

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)