
Also, this patch turn off coverage job to allow merge this patch. Closes-bug: #1473362 Depends-On: I0cfab6d13e5d9e744cb302c86a2c21269923e75d Change-Id: I13ba7b2e20016666d4e0eab4560e2e522f038a15
16 lines
433 B
Plaintext
16 lines
433 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.10,>=0.9.2
|
|
|
|
coverage>=3.6
|
|
ddt>=0.7.0
|
|
discover
|
|
mock>=1.0;python_version!='2.6'
|
|
mock==1.0.1;python_version=='2.6'
|
|
testrepository>=0.0.18
|
|
testtools>=1.4.0
|
|
|
|
oslosphinx>=2.5.0 # Apache-2.0
|
|
oslotest>=1.5.1 # Apache-2.0
|