Require stestr

The python 3.6 and newer tests fail since they don't install stestr, add
explicit requirement.

Since https://review.opendev.org/615826/ oslotest does not have stestr
in requirements, so it needs to be added explicitely.

Change-Id: I069a27a2abd2b1a12ea0c58b38c4445e1fc79793
This commit is contained in:
Andreas Jaeger 2020-03-03 08:22:20 +01:00
parent 35f98fd706
commit bbb4a12140
1 changed files with 1 additions and 0 deletions

View File

@ -7,4 +7,5 @@ hacking<0.11,>=0.10.0
coverage>=3.6
discover
oslotest>=1.2.0 # Apache-2.0
stestr
fixtures