From bbb4a1214051a74c20eb43cb4ff8b0135f559dbb Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 3 Mar 2020 08:22:20 +0100 Subject: [PATCH] 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 --- test-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-requirements.txt b/test-requirements.txt index 8fecb35..df5facc 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,4 +7,5 @@ hacking<0.11,>=0.10.0 coverage>=3.6 discover oslotest>=1.2.0 # Apache-2.0 +stestr fixtures