Comment 14 for bug 1966040

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to stevedore (stable/xena)

Reviewed: https://review.opendev.org/c/openstack/stevedore/+/860395
Committed: https://opendev.org/openstack/stevedore/commit/52433382eed2e4f1783fe3a14813d2409b122d41
Submitter: "Zuul (22348)"
Branch: stable/xena

commit 52433382eed2e4f1783fe3a14813d2409b122d41
Author: Stephen Finucane <email address hidden>
Date: Fri Sep 9 16:50:45 2022 +0100

    Fix compatibility with Python 3.10, 3.9.11

    A fix to 'importlib.metadata' in Python 3.10 [1], later backported to
    3.9 and released in 3.9.11 [2], has broken our tests. Fix them.

    [1] https://github.com/python/cpython/commit/b1e286860742e7ba6fadc75e3ddb6c2899a56919
    [2] https://github.com/python/cpython/commit/177be52517da9a876a3f9e670f88c4731b906986

    Signed-off-by: Stephen Finucane <email address hidden>
    Closes-bug: #1966040
    Change-Id: Iff536d4f4267efbebc4be1e7e5da8a9fde39f79b
    (cherry picked from commit 663d56c9535c64f4f8bd363abf69406975585ee9)
    (cherry picked from commit 2312415517cd5ded007127d21f75f78ff2f63f52)
    (cherry picked from commit 9c78134d7b2a3a355bb2ba155fe80382d375e3ab)