Comment 22 for bug 1936667

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tempest (master)

Reviewed: https://review.opendev.org/c/openstack/tempest/+/801082
Committed: https://opendev.org/openstack/tempest/commit/6354f6182a98b16ecc2a258ac5ab38b7ae92503a
Submitter: "Zuul (22348)"
Branch: master

commit 6354f6182a98b16ecc2a258ac5ab38b7ae92503a
Author: Takashi Kajinami <email address hidden>
Date: Sat Jul 17 00:37:34 2021 +0900

    Replace deprecated import of ABCs from collections

    ABCs in collections should be imported from collections.abc and direct
    import from collections is deprecated since Python 3.3.

    Closes-Bug: #1936667
    Change-Id: Ie660b2e4c7dac05822e13b47335620815a7ad1cf