29d66751d6
According to Openstack summit session [1], stestr is maintained project to which all Openstack projects should migrate. So we should switch to stestr. This has the side effect of no longer reporting coverage by default for unit tests. This isn't a big deal given that we have a 'cover' target for just this purpose. [1] https://etherpad.openstack.org/p/YVR-python-pti Change-Id: I85545c7b4c410c310026911448a7c3847c665afb
15 lines
427 B
Plaintext
15 lines
427 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.12.0,!=0.13.0,<0.14 # Apache-2.0
|
|
|
|
mock>=1.2
|
|
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
|
python-subunit>=0.0.18
|
|
openstackdocstheme>=1.11.0 # Apache-2.0
|
|
stestr>=2.0.0 # Apache-2.0
|
|
testscenarios>=0.4
|
|
testtools>=1.4.0
|