Remove six.moves call
This patches remove the six.move call as it's does not move anything since it relies always on mox3. Change-Id: Ic59c73abb9b09cb594bf7df4173d7f99f81d526c
This commit is contained in:
parent
baf76c5986
commit
9e0c8ad2c2
@ -14,4 +14,3 @@ import six
|
|||||||
|
|
||||||
|
|
||||||
six.add_move(six.MovedModule('mock', 'mock', 'unittest.mock'))
|
six.add_move(six.MovedModule('mock', 'mock', 'unittest.mock'))
|
||||||
six.add_move(six.MovedModule('mox', 'mox3.mox', 'mox3.mox'))
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
import fixtures
|
import fixtures
|
||||||
from six.moves import mox
|
from mox3 import mox
|
||||||
|
|
||||||
|
|
||||||
class MoxStubout(fixtures.Fixture):
|
class MoxStubout(fixtures.Fixture):
|
||||||
|
1
tox.ini
1
tox.ini
@ -30,4 +30,3 @@ exclude = .tox,dist,doc,*.egg,build
|
|||||||
[hacking]
|
[hacking]
|
||||||
import_exceptions =
|
import_exceptions =
|
||||||
six.moves.mock
|
six.moves.mock
|
||||||
six.moves.mox
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user