Skip to content

Commit 2c986c2

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Drop explicit dependency on python-subunit"
2 parents bffcc4c + 633b3b4 commit 2c986c2

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
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
sphinx>=2.0.0,!=2.1.0 # BSD
52
sphinxcontrib-svg2pdfconverter>=0.1.0 # BSD
63
openstackdocstheme>=2.2.1 # Apache-2.0

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
keystoneauth1>=3.14.0 # Apache-2.0
106
netaddr>=0.7.18 # BSD
117
neutron-lib>=3.8.0 # Apache-2.0

test-requirements.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
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-
51
hacking>=6.1.0,<6.2.0 # Apache-2.0
62

73
bandit!=1.6.0,>=1.1.0 # Apache-2.0
84
coverage!=4.4,>=4.0 # Apache-2.0
95
flake8-import-order>=0.18.0,<0.19.0 # LGPLv3
10-
python-subunit>=1.0.0 # Apache-2.0/BSD
116
oslotest>=3.2.0 # Apache-2.0
127
stestr>=1.0.0 # Apache-2.0
138
pylint>=2.6.0 # GPLv2

0 commit comments

Comments
 (0)