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
commit 0a56d7dc6c
3 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
mox mox3
nose nose

View File

@ -22,7 +22,7 @@ import select
import shutil import shutil
import socket import socket
import ssl import ssl
import stubout from mox3 import stubout
import sys import sys
import tempfile import tempfile
import unittest import unittest

View File

@ -20,7 +20,7 @@ import unittest
import unittest import unittest
import socket import socket
import stubout from mox3 import stubout
from websockify import websocket from websockify import websocket
from websockify import websocketproxy from websockify import websocketproxy