yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #73526
[Bug 1778784] [NEW] mox_fixture = self.useFixture(moxstubout.MoxStubout()) usage is deprecated from oslo.test 3.5.0
Public bug reported:
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
** Affects: nova
Importance: Medium
Status: Triaged
** Tags: low-hanging-fruit testing
** Tags added: low-hanging-fruit
--
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 OpenStack Compute (nova):
Triaged
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/nova/+bug/1778784/+subscriptions
Follow ups