Files
oslo.versionedobjects/oslo_versionedobjects
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
..
2019-04-09 15:18:14 -05:00
2017-12-29 11:31:37 -06:00
2018-01-24 03:00:51 +00:00
2017-12-29 11:31:37 -06:00
2019-04-09 15:18:14 -05:00
2019-02-17 11:24:12 +08:00
2019-02-17 11:24:12 +08:00