Comment 2 for bug 1986428

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/853053
Committed: https://opendev.org/openstack/neutron/commit/76cf6b4a9e9a8c8f7b01f44d787b66b9b894331b
Submitter: "Zuul (22348)"
Branch: master

commit 76cf6b4a9e9a8c8f7b01f44d787b66b9b894331b
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>