From 1cfb51aa65a26a6129f8ee92896cebc8b6e88ffb Mon Sep 17 00:00:00 2001 From: Zara Date: Tue, 12 Sep 2017 11:53:53 -0400 Subject: [PATCH] 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 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index c44180b6..af60841d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -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