From b70b9b5220940325844f4fb19d6e8a13c5e5bb1a Mon Sep 17 00:00:00 2001 From: Gerry Kopec Date: Mon, 30 Mar 2020 14:43:36 -0400 Subject: [PATCH] Fix stestr version so py27 tox can pass stestr was upgraded to 3.0.0 on Mar. 26 and it does not support py27. Update test requirements accordingly so py27 tests will use earlier version. Change-Id: Ia481a4609d81ad4d225aeb6ec3ab0cc3a9e18ae5 Closes-Bug: 1869777 Signed-off-by: Gerry Kopec --- fm-rest-api/fm/test-requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fm-rest-api/fm/test-requirements.txt b/fm-rest-api/fm/test-requirements.txt index d5e38037..00adf991 100644 --- a/fm-rest-api/fm/test-requirements.txt +++ b/fm-rest-api/fm/test-requirements.txt @@ -2,10 +2,9 @@ hacking!=0.13.0,<0.14,>=0.12.0 bashate >= 0.2 PyYAML >= 3.1.0 yamllint >= 0.5.2 -stestr +stestr != 3.0.0 testtools!=1.2.0,>=0.9.36 iso8601 -stestr mock cython oslo.log