Use mox3 rather than mox

mox3 is a port of mox to Python 3, and it's also compatible with Python 2.6 and
2.7.

Partial-Bug: 1287323
Change-Id: I6caad9da450a6821ba5d2dab607106ddf9d743fd
This commit is contained in:
Cyril Roelandt
2014-03-03 16:55:21 +01:00
parent dd98eca42f
commit 585a226750
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
import copy
import mox
from mox3 import mox
from django import test
from django.conf import settings

View File

@@ -1,6 +1,6 @@
hacking>=0.8.0,<0.9
Babel>=1.3
coverage>=3.6
mox>=0.5.3
mox3>=0.7.0
sphinx>=1.1.2,<1.2
oslo.sphinx