Replace mox with mox3

Mox3 is an unofficial port of the Google mox framework
(http://code.google.com/p/pymox/) to Python 3.
https://pypi.python.org/pypi/mox3

Align with global-requirement and update the importing clause.

There is still py33 issue induced by keystoneclient.
https://review.openstack.org/#/c/51788/

When keystoneclient is upgraded in requirements.txt, all py33
issues should be fixed.

Change-Id: If0d00c088779b4a71e606cc87b37b5b1f9701081
Implement: blueprint py33-support
This commit is contained in:
Kui Shi
2013-10-15 05:10:22 +08:00
parent c58320a4ea
commit f732428e13
2 changed files with 2 additions and 2 deletions

View File

@@ -15,11 +15,11 @@
import copy
import fixtures
import mox
import six
import testtools
from ceilometerclient.common import http
from mox3 import mox
class BaseTestCase(testtools.TestCase):

View File

@@ -7,7 +7,7 @@ coverage>=3.6
discover
fixtures>=0.3.14
mock>=1.0
mox>=0.5.3
mox3>=0.7.0
python-subunit
sphinx>=1.1.2
testrepository>=0.0.17