Skip to content

Commit 9fda792

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Bump hacking"
2 parents e2d5079 + 33905a1 commit 9fda792

2 files changed

Lines changed: 1 addition & 15 deletions

File tree

requirements.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
# date but we do not test them so no guarantee of having them all correct. If
33
# you find any incorrect lower bounds, let us know or propose a fix.
44

5-
# The order of packages is significant, because pip processes them in the order
6-
# of appearance. Changing the order has an impact on the overall integration
7-
# process, which may cause wedges in the gate later.
8-
95
pbr>=5.5.1 # Apache-2.0
106
cliff>=3.5.0 # Apache-2.0
117
keystoneauth1>=4.3.0 # Apache-2.0

test-requirements.txt

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +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.
4-
5-
hacking>=3.0.1,<3.1.0 # Apache-2.0
6-
7-
# remove this pyflakes from here once you bump the
8-
# hacking to 3.2.0 or above. hacking 3.2.0 takes
9-
# care of pyflakes version compatibilty.
10-
pyflakes>=2.1.1
11-
1+
hacking>=7.0.0,<7.1.0 # Apache-2.0
122
coverage>=4.0,!=4.4 # Apache-2.0
133
python-subunit>=1.4.0 # Apache-2.0/BSD
144
oslotest>=1.10.0 # Apache-2.0

0 commit comments

Comments
 (0)