Commit 8db69628 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "[goal] Migrate testing to ubuntu focal"

parents 9d67d0ff acc0b296
......@@ -13,14 +13,14 @@ fixtures==3.0.0
futurist==1.2.0
gitdb==0.6.4
GitPython==1.0.1
greenlet==0.4.10
greenlet==0.4.15
iso8601==0.1.11
Jinja2==2.10
jsonschema==3.2.0
keystoneauth1==3.4.0
kombu==4.0.0
linecache2==1.0.0
MarkupSafe==1.0
MarkupSafe==1.1.1
mox3==0.20.0
msgpack-python==0.4.0
netaddr==0.7.18
......@@ -49,7 +49,7 @@ python-dateutil==2.5.3
python-mimeparse==1.6.0
python-subunit==1.0.0
pytz==2013.6
PyYAML==3.12
PyYAML==3.13
repoze.lru==0.7
requests==2.14.2
requestsexceptions==1.2.0
......
......@@ -1923,7 +1923,7 @@ class TestObjectSerializer(_BaseTestCase):
}
@base.VersionedObjectRegistry.register # noqa
class Parent(base.VersionedObject):
class Parent(base.VersionedObject): # noqa
VERSION = '1.1'
fields = {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment