Comment 4 for bug 1887735

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on nova (master)

Change abandoned by melanie witt (<email address hidden>) on branch: master
Review: https://review.opendev.org/741351
Reason: This unit test is prevented from working properly because of a bug in python 3.8 where mock speccing is calling class properties:

https://bugs.python.org/issue41768

Abandoning this in favor of the following change which [temporarily] removes the test:

https://review.opendev.org/714676

The only other way to potentially make the test work is if there's a way we could disable use of the MockAutoSpecFixture [1] only for the one test until if/when the python 3.8 bug is fixed.

[1] https://github.com/openstack/nova/blob/3dbb6c18a58ce42ea515b8ca71e69b0b438ef268/nova/test.py#L273