Updated from global requirements

Change-Id: I1b179b041588c2cf45fcc252ba92de9349d8a7c2
This commit is contained in:
OpenStack Proposal Bot 2016-01-16 03:31:38 +00:00
parent a6701f9f6f
commit 81249bb691
2 changed files with 11 additions and 11 deletions

View File

@ -2,13 +2,13 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
fixtures>=1.3.1
python-subunit>=0.0.18
six>=1.9.0
testrepository>=0.0.18
testscenarios>=0.4
testtools>=1.4.0
mock>=1.2
mox3>=0.7.0
os-client-config>=1.13.1
fixtures>=1.3.1 # Apache-2.0/BSD
python-subunit>=0.0.18 # Apache-2.0/BSD
six>=1.9.0 # MIT
testrepository>=0.0.18 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=1.4.0 # MIT
mock>=1.2 # BSD
mox3>=0.7.0 # Apache-2.0
os-client-config>=1.13.1 # Apache-2.0
debtcollector>=0.3.0 # Apache-2.0

View File

@ -7,9 +7,9 @@ hacking<0.11,>=0.10.0
# when we can require tox>= 1.4, this can go into tox.ini:
# [testenv:cover]
# deps = {[testenv]deps} coverage
coverage>=3.6
coverage>=3.6 # Apache-2.0
# this is required for the docs build jobs
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
oslo.config>=3.2.0 # Apache-2.0