summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhanshyam Mann <gmann@ghanshyammann.com>2020-08-03 21:39:32 -0500
committerGhanshyam Mann <gmann@ghanshyammann.com>2020-09-10 22:54:46 +0000
commitc11bf9136d421a2c93badea41cb2103bb2590e92 (patch)
tree57f06e2f6315c53a3eeb45e2a2357e84ad9bfa6a
parent648ce9b6687e43d504d53111725200734053357e (diff)
downloadceilometer-c11bf9136d421a2c93badea41cb2103bb2590e92.tar.gz
[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
-rw-r--r--lower-constraints.txt10
-rw-r--r--requirements.txt8
-rw-r--r--test-requirements.txt2
3 files changed, 10 insertions, 10 deletions
diff --git a/lower-constraints.txt b/lower-constraints.txt
index 598b0299..faf2243e 100644
--- a/lower-constraints.txt
+++ b/lower-constraints.txt
@@ -8,7 +8,7 @@ gabbi==1.30.0
gnocchiclient==7.0.0
jsonpath-rw-ext==1.1.3
keystoneauth1==3.9.0
-lxml==3.4.1
+lxml==4.2.3
monotonic==0.6
msgpack==0.5.0
os-win==3.0.0
@@ -18,8 +18,8 @@ oslo.concurrency==3.26.0
oslo.config==5.2.0
oslo.i18n==3.15.3
oslo.log==3.36.0
-oslo.messaging==6.2.0
-oslo.messaging[kafka]==6.2.0
+oslo.messaging==8.0.0
+oslo.messaging[kafka]==8.0.0
oslo.privsep==1.32.0
oslo.reports==1.18.0
oslo.rootwrap==2.0.0
@@ -37,13 +37,13 @@ python-neutronclient==6.7.0
python-novaclient==9.1.0
python-swiftclient==3.2.0
python-zaqarclient==1.3.0
-PyYAML==3.12
+PyYAML==3.13
requests==2.8.1
requests-aws==0.1.4
six==1.9.0
stestr==2.0.0
stevedore==1.20.0
-tenacity==4.4.0
+tenacity==4.12.0
testscenarios==0.4
testtools==2.2.0
tooz[zake]==1.47.0
diff --git a/requirements.txt b/requirements.txt
index 1626b343..66dcb189 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,7 +6,7 @@ cachetools>=2.1.0 # MIT License
cotyledon>=1.3.0 #Apache-2.0
futurist>=1.8.0 # Apache-2.0
jsonpath-rw-ext>=1.1.3 # Apache-2.0
-lxml>=3.4.1 # BSD
+lxml>=4.2.3 # BSD
msgpack>=0.5.0 # Apache-2.0
oslo.concurrency>=3.26.0 # Apache-2.0
oslo.config>=5.2.0 # Apache-2.0
@@ -15,7 +15,7 @@ oslo.log>=3.36.0 # Apache-2.0
oslo.reports>=1.18.0 # Apache-2.0
oslo.rootwrap>=2.0.0 # Apache-2.0
pbr>=2.0.0 # Apache-2.0
-oslo.messaging>=6.2.0 # Apache-2.0
+oslo.messaging>=8.0.0 # Apache-2.0
oslo.upgradecheck>=0.1.1 # Apache-2.0
oslo.utils>=3.37.0 # Apache-2.0
oslo.privsep>=1.32.0 # Apache-2.0
@@ -27,11 +27,11 @@ python-neutronclient>=6.7.0 # Apache-2.0
python-novaclient>=9.1.0 # Apache-2.0
python-swiftclient>=3.2.0 # Apache-2.0
python-cinderclient>=3.3.0 # Apache-2.0
-PyYAML>=3.12 # MIT
+PyYAML>=3.13 # MIT
requests!=2.9.0,>=2.8.1 # Apache-2.0
six>=1.9.0 # MIT
stevedore>=1.20.0 # Apache-2.0
-tenacity>=4.4.0 # Apache-2.0
+tenacity>=4.12.0 # Apache-2.0
tooz[zake]>=1.47.0 # Apache-2.0
os-xenapi>=0.3.3 # Apache-2.0
oslo.cache>=1.26.0 # Apache-2.0
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