Merge "Switch over to mox3"

This commit is contained in:
Jenkins 2014-04-07 23:53:04 +00:00 committed by Gerrit Code Review
commit 331dc7f01a
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@
import boto.cloudformation as cfn
import fixtures
import json
import mox
from mox3 import mox
import os
import subprocess
import tempfile

View File

@ -14,7 +14,7 @@
# under the License.
import fixtures
import mox
from mox3 import mox
import tempfile
import testtools

View File

@ -1,7 +1,7 @@
# Hacking already pins down pep8, pyflakes and flake8
hacking>=0.8.0,<0.9
mox>=0.5.3
mox3>=0.7.0
discover
testrepository>=0.0.17
testtools>=0.9.32