3add6ce9c6
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: Ifb460199c94d748988d4f0e836e90d1dd6f294bc Signed-off-by: Chuck Short <chucks@redhat.com>
12 lines
454 B
Plaintext
12 lines
454 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
|
|
bandit>=1.1.0 # Apache-2.0
|
|
mock>=2.0.0 # BSD
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
|
oslotest>=3.2.0 # Apache-2.0
|
|
prometheus_client
|
|
stestr>=1.0.0 # Apache-2.0
|
|
docutils>=0.11 # OSI-Approved Open Source, Public Domain
|