11ed23ce78
According to Openstack summit session [1] stestr is maintained project to which all Openstack projects should migrate. Let's switch it then. [1] https://etherpad.openstack.org/p/YVR-python-pti Change-Id: Idf7736fb455d0a13da5a8b6140f5eaa7fa44cb99 Signed-off-by: Charles Short <zulcss@gmail.com>
17 lines
584 B
Plaintext
17 lines
584 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>=1.0.0,<1.1.0 # Apache-2.0
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
|
doc8>=0.6.0 # Apache-2.0
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
|
requests-mock>=1.2.0 # Apache-2.0
|
|
mock>=2.0.0 # BSD
|
|
Babel!=2.4.0,>=2.3.4 # BSD
|
|
oslotest>=3.2.0 # Apache-2.0
|
|
testtools>=2.2.0 # MIT
|
|
tempest>=17.1.0 # Apache-2.0
|
|
stestr>=1.0.0 # Apache-2.0
|
|
ddt>=1.0.1 # MIT
|
|
python-openstackclient>=3.12.0 # Apache-2.0
|