668a7ea9cb
1. Enhance error handling for volume creation failure; 2. Fix the trackback of force_clean.py if other resourses are pre-existed in the cloud under test; 3. Update requirements to support sphinx 1.4.0; Change-Id: Ifa403a560a6673c23f791833992e188f4d15878e
17 lines
440 B
Plaintext
17 lines
440 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
hacking<0.11,>=0.10.0
|
|
|
|
coverage>=3.6
|
|
discover
|
|
python-subunit>=0.0.18
|
|
sphinx>=1.4.0
|
|
sphinx_rtd_theme>=0.1.9
|
|
oslosphinx>=2.5.0 # Apache-2.0
|
|
oslotest>=1.10.0 # Apache-2.0
|
|
testrepository>=0.0.18
|
|
testscenarios>=0.4
|
|
testtools>=1.4.0
|