Merge "[goal] Migrate testing to ubuntu focal"

This commit is contained in:
Zuul 2020-09-11 01:42:51 +00:00 committed by Gerrit Code Review
commit 8db6962883
2 changed files with 4 additions and 4 deletions

View File

@ -13,14 +13,14 @@ fixtures==3.0.0
futurist==1.2.0 futurist==1.2.0
gitdb==0.6.4 gitdb==0.6.4
GitPython==1.0.1 GitPython==1.0.1
greenlet==0.4.10 greenlet==0.4.15
iso8601==0.1.11 iso8601==0.1.11
Jinja2==2.10 Jinja2==2.10
jsonschema==3.2.0 jsonschema==3.2.0
keystoneauth1==3.4.0 keystoneauth1==3.4.0
kombu==4.0.0 kombu==4.0.0
linecache2==1.0.0 linecache2==1.0.0
MarkupSafe==1.0 MarkupSafe==1.1.1
mox3==0.20.0 mox3==0.20.0
msgpack-python==0.4.0 msgpack-python==0.4.0
netaddr==0.7.18 netaddr==0.7.18
@ -49,7 +49,7 @@ python-dateutil==2.5.3
python-mimeparse==1.6.0 python-mimeparse==1.6.0
python-subunit==1.0.0 python-subunit==1.0.0
pytz==2013.6 pytz==2013.6
PyYAML==3.12 PyYAML==3.13
repoze.lru==0.7 repoze.lru==0.7
requests==2.14.2 requests==2.14.2
requestsexceptions==1.2.0 requestsexceptions==1.2.0

View File

@ -1923,7 +1923,7 @@ class TestObjectSerializer(_BaseTestCase):
} }
@base.VersionedObjectRegistry.register # noqa @base.VersionedObjectRegistry.register # noqa
class Parent(base.VersionedObject): class Parent(base.VersionedObject): # noqa
VERSION = '1.1' VERSION = '1.1'
fields = { fields = {