summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorGhanshyam Mann <gmann@ghanshyammann.com>2020-07-30 18:11:11 -0500
committerGhanshyam Mann <gmann@ghanshyammann.com>2020-08-16 21:12:07 +0000
commiteecac33faa4ff36accc31d4f4b4421fe2d66b71e (patch)
treed50889c4bab73b5d9b94a18436474783b7ac07d5 /test-requirements.txt
parent81229eb2c1606e99518fefc6b7bc2c4dd1221978 (diff)
downloadpython-keystoneclient-eecac33faa4ff36accc31d4f4b4421fe2d66b71e.tar.gz
[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
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
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