yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #84930
[Bug 1906933] Re: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop working
https://review.opendev.org/c/openstack/nova/+/765646 has been merged.
** Changed in: nova
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1906933
Title:
DeprecationWarning: Using or importing the ABCs from 'collections'
instead of from 'collections.abc' is deprecated since Python 3.3, and
in 3.9 it will stop working
Status in OpenStack Compute (nova):
Fix Released
Bug description:
The following warnings appear when 'tox -e py38' runs.
{1}
nova.tests.unit.virt.vmwareapi.test_configdrive.ConfigDriveTestCase.test_create_vm_with_config_drive
[0.087718s] ... ok
Captured stderr:
~~~~~~~~~~~~~~~~
/tmp/nova/nova/tests/unit/virt/vmwareapi/fake.py:189: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop working
if not isinstance(prop_list, collections.Iterable):
{0}
nova.tests.unit.virt.vmwareapi.test_driver_api.VMwareAPIVMTestCase.test_cache_dir_disk_created
[0.093889s] ... ok
Captured stderr:
~~~~~~~~~~~~~~~~
/tmp/nova/nova/tests/unit/virt/vmwareapi/fake.py:189: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop working
if not isinstance(prop_list, collections.Iterable):
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1906933/+subscriptions
References