
CI is broken due to a bug [0] reported
in testr.
Following approach used in keystone and switching
to stestr instead of testr.
[0] https://review.opendev.org/#/c/662582/
[1] d1e3a7845d
Change-Id: I108b4d7b4c4f20f4b077077528f07f9447747a48
Signed-off-by: Jorge Niedbalski <jorge.niedbalski@canonical.com>
7 lines
95 B
Plaintext
7 lines
95 B
Plaintext
# Lint and unit test requirements
|
|
flake8
|
|
stestr>=2.2.0
|
|
charms.reactive
|
|
mock>=1.2
|
|
coverage>=3.6
|