← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1778784] Re: mox_fixture = self.useFixture(moxstubout.MoxStubout()) usage is deprecated from oslo.test 3.5.0

 

** Also affects: glance
   Importance: Undecided
       Status: New

** Changed in: glance
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1778784

Title:
  mox_fixture = self.useFixture(moxstubout.MoxStubout()) usage is
  deprecated from oslo.test 3.5.0

Status in Glance:
  New
Status in OpenStack Compute (nova):
  In Progress

Bug description:
  Due to this deprecation in oslo.test 3.5.0:

  https://github.com/openstack/oslotest/commit/cae8c8d51a94b891ce5b311a91d01b4264b296d2
  #diff-72a674ad74b628edbd0f73729c353b85R24

  We get this warning quite a bit:

  nova/test.py:323: DeprecationWarning: Using class 'MoxStubout' (either directly or via inheritance) is deprecated in version '3.5.0'
        mox_fixture = self.useFixture(moxstubout.MoxStubout())

  A simple alternative for nova is to just use the same fixture from
  mox3:

  http://git.openstack.org/cgit/openstack/mox3/tree/mox3/fixture.py#n21

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1778784/+subscriptions


References