Comment 13 for bug 1986428

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/873783
Committed: https://opendev.org/openstack/neutron/commit/168902f7ac22cefa0cc6a73f6a5801a8fb9763d4
Submitter: "Zuul (22348)"
Branch: stable/ussuri

commit 168902f7ac22cefa0cc6a73f6a5801a8fb9763d4
Author: Takashi Natsume <email address hidden>
Date: Sat Aug 13 22:30:51 2022 +0900

    Fix deprecation warnings in pkg_resources

    Fix the following deprecation warnings.

      PkgResourcesDeprecationWarning:
      <MagicMock name='execute().split().__getitem__().__getitem__()'
      id='140417024565696'> is an invalid version and will not be
      supported in a future release

      DeprecationWarning: Creating a LegacyVersion has been
      deprecated and will be removed in the next major release

    Change-Id: I23540114120f6ea52754116cfaaeac35e09543b4
    Closes-Bug: 1986428
    Signed-off-by: Takashi Natsume <email address hidden>
    (cherry picked from commit 76cf6b4a9e9a8c8f7b01f44d787b66b9b894331b)
    (cherry picked from commit aaafcbef3367a8b937a0b3283170031384d5504f)