Move oslo.vmware into test-requirements.txt
The oslo_vmware package is only imported in the vmwareapi virt driver code (and tests) so it's purely optional if you're using the vmware driver or not, so move it to test-requirements.txt. Change-Id: I1fc07badfe3652681872c6e4d78c347158f21a5f
This commit is contained in:
parent
e5ed57dc3f
commit
cb3fdc56b5
@ -40,6 +40,5 @@ oslo.rootwrap>=1.5.0 # Apache-2.0
|
|||||||
oslo.messaging>=1.6.0 # Apache-2.0
|
oslo.messaging>=1.6.0 # Apache-2.0
|
||||||
oslo.i18n>=1.3.0 # Apache-2.0
|
oslo.i18n>=1.3.0 # Apache-2.0
|
||||||
rfc3986>=0.2.0 # Apache-2.0
|
rfc3986>=0.2.0 # Apache-2.0
|
||||||
oslo.vmware>=0.11.0 # Apache-2.0
|
|
||||||
oslo.middleware>=0.3.0 # Apache-2.0
|
oslo.middleware>=0.3.0 # Apache-2.0
|
||||||
psutil>=1.1.1,<2.0.0
|
psutil>=1.1.1,<2.0.0
|
||||||
|
@ -20,3 +20,6 @@ oslotest>=1.2.0 # Apache-2.0
|
|||||||
testrepository>=0.0.18
|
testrepository>=0.0.18
|
||||||
testtools>=0.9.36,!=1.2.0
|
testtools>=0.9.36,!=1.2.0
|
||||||
tempest-lib>=0.3.0
|
tempest-lib>=0.3.0
|
||||||
|
|
||||||
|
# compute driver specific dependencies
|
||||||
|
oslo.vmware>=0.11.0 # Apache-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user