From eecac33faa4ff36accc31d4f4b4421fe2d66b71e Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Thu, 30 Jul 2020 18:11:11 -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: - bug#1886298 Bump the lower constraints for required deps which added python3.8 support in their later version. Story: #2007865 Task: #40190 Closes-Bug: #1886298 [1] https://governance.openstack.org/tc/goals/selected/victoria/migrate-ci-cd-jobs-to-ubuntu-focal.h> Change-Id: Ieada47b1455e635208bafe12168fadcb65bc72b9 --- 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 418821c..cf7e234 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8,7 +8,7 @@ flake8-docstrings==0.2.1.post1 # MIT coverage!=4.4,>=4.0 # Apache-2.0 fixtures>=3.0.0 # Apache-2.0/BSD keyring>=5.5.1 # MIT/PSF -lxml!=3.7.0,>=3.4.1 # BSD +lxml>=4.5.0 # BSD oauthlib>=0.6.2 # BSD os-client-config>=1.28.0 # Apache-2.0 oslotest>=3.2.0 # Apache-2.0 -- cgit v1.2.1