From 88411cfc2f52f6eeea726a480363199ea6b37390 Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Tue, 3 Mar 2020 12:18:21 -0600 Subject: [PATCH] Blacklist stestr 2.3.0 This version has been blacklisted in global-requirements. It's not likely that it will get used since pip will try to grab the latest, but let's be explicit and make sure it never is. Change-Id: I644926e6300f646b9ddc9ac4bdf0253caef18177 Signed-off-by: Sean McGinnis --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index b1c7f956efe..1e5246bf57f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,7 +7,7 @@ hacking>=2.0.0 # Apache-2.0 flake8-import-order # LGPLv3 flake8-logging-format>=0.6.0 # Apache-2.0 -stestr>=2.2.0 # Apache-2.0 +stestr!=2.3.0,>=2.2.0 # Apache-2.0 coverage!=4.4,>=4.0 # Apache-2.0 ddt>=1.2.1 # MIT fixtures>=3.0.0 # Apache-2.0/BSD