From cd245c7a3df202361d45c98928c2fade6cc97227 Mon Sep 17 00:00:00 2001 From: Maksim Malchuk Date: Fri, 13 May 2022 15:13:41 +0300 Subject: [PATCH] CI: Fix issue with absent stestr Signed-off-by: Maksim Malchuk Change-Id: If115f529e042c47807006a1e6b42024da205bde0 --- test-requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test-requirements.txt b/test-requirements.txt index e795de4..1c19eb2 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,6 +2,8 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. +stestr>=1.0.0 # Apache-2.0 + hacking>=3.0.1,<3.1.0 # Apache-2.0 coverage!=4.4,>=4.0 # Apache-2.0