73315f2a89
os-testr has moved over to use stestr instead of testr. While this is usually compatible with existing settings, there is a warning that is emitted when .stestr.conf is not present. It is usually able to fall back to parsing the .testr.conf file, but to be more correct and to prevent future problems we should update the config. Change-Id: I10446c539aaf9edd8b52b17776e08c12757def31 Depends-On: I98a296d009e64d6afab02a53bd1af878f78c4321
16 lines
508 B
Plaintext
16 lines
508 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 should be first
|
|
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
|
|
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
|
ddt>=1.0.1 # MIT
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
|
mock>=2.0.0 # BSD
|
|
os-testr>=1.0.0 # Apache-2.0
|
|
tempest>=17.1.0 # Apache-2.0
|
|
testtools>=2.2.0 # MIT
|
|
python-openstackclient>=3.12.0 # Apache-2.0
|