Merge pull request #239 from javacruft/mox3

Switch test dependency to mox3
This commit is contained in:
Solly Ross
2016-06-30 16:40:03 -04:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
mox
mox3
nose
+1 -1
View File
@@ -22,7 +22,7 @@ import select
import shutil
import socket
import ssl
import stubout
from mox3 import stubout
import sys
import tempfile
import unittest
+1 -1
View File
@@ -20,7 +20,7 @@ import unittest
import unittest
import socket
import stubout
from mox3 import stubout
from websockify import websocket
from websockify import websocketproxy