Replace ostestr with stestr in testing framework.
A system upgrade broke ostestr. We can fix it by just calling stestr directly. Change-Id: I924488478eeb61a3cb2976e294c7015f933d8258
This commit is contained in:
parent
21de8a368f
commit
b1eb407124
@ -1,3 +1,3 @@
|
|||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
test_path=./unit_tests
|
test_path=./unit_tests
|
||||||
top_path=./
|
top_dir=./
|
||||||
|
@ -5,7 +5,7 @@ charm-tools>=2.4.4
|
|||||||
coverage>=3.6
|
coverage>=3.6
|
||||||
mock>=1.2
|
mock>=1.2
|
||||||
flake8>=2.2.4,<=2.4.1
|
flake8>=2.2.4,<=2.4.1
|
||||||
os-testr>=0.4.1
|
stestr>=2.2.0
|
||||||
requests==2.18.4
|
requests==2.18.4
|
||||||
python-ceilometerclient>=1.5.0
|
python-ceilometerclient>=1.5.0
|
||||||
python-cinderclient>=1.4.0
|
python-cinderclient>=1.4.0
|
||||||
|
Loading…
Reference in New Issue
Block a user