Py3.7 two tests failing with _impl.MismatchError

Bug #1784487 reported by Corey Bryant
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
oslo.vmware
Fix Released
Undecided
Unassigned

Bug Description

The following tests are failing for Py3.7: https://paste.ubuntu.com/p/F3xhQBnbRq/

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

Reviewed: https://review.openstack.org/587223
Committed: https://git.openstack.org/cgit/openstack/oslo.vmware/commit/?id=18a208d5d14da2edc2da01b088cca362178daab2
Submitter: Zuul
Branch: master

commit 18a208d5d14da2edc2da01b088cca362178daab2
Author: Corey Bryant <email address hidden>
Date: Mon Jul 30 16:45:45 2018 -0400

    py37: deal with Exception repr changes

    Under Python 3.7, a trailing comma is no longer added to
    the init parameters generated by a repr() call:

        >>> repr(Exception('It Works'))
        "Exception('It Works')"

    vs

        >>> repr(Exception('It Works'))
        "Exception('It Works',)"

    Support pre and post Python 3.7 formats in test cases.

    Change-Id: Idff8c841fd6c489e887bd72b49e91ef6f0e2d4f3
    Closes-Bug: #1784487

Changed in oslo.vmware:
status: New → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/oslo.vmware 2.32.0

This issue was fixed in the openstack/oslo.vmware 2.32.0 release.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.