Sean McGinnis 37473e3afa
Fix deprecation warnings
This addresses a couple sources of deprecation warnings in the code.

The collections package has moved abstract base classes from
collections.* to collections.abc.*. Use of the old path causes
DeprecationWarning messages now, but will eventually be removed. Six
does not support this yet, so for now just try the newer preferred path
and fall back to the old path if the import fails.

This also addresses unit test deprecation methods with self.skip()
changing to self.skipTest().

Change-Id: I0463ab2109adeee6468261f9e96225766a55998e
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2019-04-09 15:18:14 -05:00
2018-08-01 07:13:10 +00:00
2015-02-02 15:08:43 -05:00
2015-02-02 15:08:43 -05:00
2018-07-04 08:12:19 +07:00
2019-02-19 13:56:43 +08:00
2015-02-02 15:08:43 -05:00
2015-02-02 15:08:43 -05:00
2018-07-04 08:12:19 +07:00
2018-06-21 13:25:18 +08:00
2017-03-03 00:03:27 +00:00
2019-02-17 11:24:12 +08:00
2018-07-04 08:12:19 +07:00

Team and repository tags

image

oslo.versionedobjects

Latest Version

Downloads

The oslo.versionedobjects library provides a generic versioned object model that is RPC-friendly, with inbuilt serialization, field typing, and remotable method calls. It can be used to define a data model within a project independent of external APIs or database schema for the purposes of providing upgrade compatibility across distributed services.

Description
OpenStack versioned objects library
Readme 7 MiB
Languages
Python 100%