From c11bf9136d421a2c93badea41cb2103bb2590e92 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Mon, 3 Aug 2020 21:39:32 -0500 Subject: [goal] Migrate tox based testing to ubuntu focal As per victoria cycle testing runtime and community goal[1] we need to migrate upstream CI/CD to Ubuntu Focal(20.04). Fixing: - bug#1886298 Bump the lower constraints for required deps which added python3.8 support in their later version. Story: #2007865 Task: #40223 Change-Id: I1f8577e560fd3ffad0c3b6edfc4c74dddedfa719 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test-requirements.txt') diff --git a/test-requirements.txt b/test-requirements.txt index e5d6c35b..6d10a478 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,7 +5,7 @@ coverage!=4.4,>=4.0 # Apache-2.0 fixtures>=3.0.0 # Apache-2.0/BSD os-win>=3.0.0 # Apache-2.0 -oslo.messaging[kafka]>=6.2.0 # Apache-2.0 +oslo.messaging[kafka]>=8.0.0 # Apache-2.0 oslotest>=3.2.0 # Apache-2.0 oslo.vmware>=2.17.0 # Apache-2.0 pyOpenSSL>=17.1.0 # Apache-2.0 -- cgit v1.2.1