From b7c991cd4ed8cd376f3b29e17f68e503783642c2 Mon Sep 17 00:00:00 2001 From: Martin Kopec Date: Fri, 14 Oct 2022 15:20:29 +0200 Subject: [PATCH] Bump tempest minimal version to 27.0.0 or higher Set tempest's minimal version to 27.0.0 or higher in order to proceed with the patches related to the tempest-scenario-manager-cleanup which depend on tempest >= 27.0.0: https://review.opendev.org/q/topic:tempest-scenario-manager-cleanup +project:openstack/watcher-tempest-plugin Change-Id: If6b3592b9ea468f6df62e0af9ef872619333b18b --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 135127d..07f038b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,5 @@ pbr>=3.1.1 # Apache-2.0 oslo.log>=3.36.0 # Apache-2.0 oslo.utils>=3.33.0 # Apache-2.0 -tempest>=17.1.0 # Apache-2.0 +tempest>=27.0.0 # Apache-2.0 os-traits>=0.15.0 # Apache-2.0