Pin os-testr to version 0.8.2

This commit pins the os-testr version to 0.8.2, as more recent changes
to the backend mean that some storyboard modules are not found. In the
future, we should adjust storyboard to work with the more recent
os-testr version, either by changing paths to those modules or
by explicitly pointing to them.

Change-Id: Iad68613d294179548d4ca73d75df699b05e7d0d7
This commit is contained in:
Zara 2017-09-12 11:53:53 -04:00
parent 13fd2d0725
commit 1cfb51aa65
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ mock>=1.0
python-subunit
oslo.sphinx
oslotest>=1.2.0
os-testr>=0.4.1
os-testr==0.8.2
testrepository>=0.0.18
testscenarios>=0.4,<0.5
testtools>=0.9.34