From e42c73343f640eaacb0a76d204eb55c85de4f5d5 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Thu, 30 Jul 2020 18:32:59 -0500 Subject: [goal] Migrate 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: - Bump the lower constraints for required deps which added python3.8 support in their later version. Story: #2007865 Task: #40207 [1] https://governance.openstack.org/tc/goals/selected/victoria/migrate-ci-cd-jobs-to-ubuntu-focal.h> Change-Id: I978482f860a766c474944c77e2c569541f4849b1 --- 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 011d01c..ba3fbc1 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -13,4 +13,4 @@ testtools>=2.2.0 # MIT bandit>=1.6.0,<1.7.0 # Apache-2.0 pifpaf>=0.10.0 # Apache-2.0 PyMySQL>=0.7.6 # MIT License -psycopg2>=2.7.0 # LGPL/ZPL +psycopg2>=2.8.0 # LGPL/ZPL -- cgit v1.2.1