Add stestr as runtime dependency

It's imported unconditionally in the code [1]

[1] 7befee2b3c/stackviz/parser/tempest_subunit.py (L30-L31)

Change-Id: I1c0483862bc82641cf0dbb1913f61d93ca7c91b2
This commit is contained in:
Alfredo Moralejo 2023-06-27 11:59:00 +02:00
parent 7befee2b3c
commit f0b998bd2d
1 changed files with 1 additions and 0 deletions

View File

@ -3,3 +3,4 @@ testtools>=0.9.30
oslo.db>=6.0.0;python_version>='3.6'
oslo.db==6.0.0;python_version<='3.5'
six
stestr