Switch test dependency to mox3
mox is pretty much unmaintained these days, however the OpenStack project are actively maintaining mox3 (a Python 3 compatibile fork with some other improvements). websockify seems quite happy to use mox3 instead, so switch the test dependency and associated imports to use mox3.
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
mox
|
||||
mox3
|
||||
nose
|
||||
|
@@ -22,7 +22,7 @@ import select
|
||||
import shutil
|
||||
import socket
|
||||
import ssl
|
||||
import stubout
|
||||
from mox3 import stubout
|
||||
import sys
|
||||
import tempfile
|
||||
import unittest
|
||||
|
@@ -20,7 +20,7 @@ import unittest
|
||||
import unittest
|
||||
import socket
|
||||
|
||||
import stubout
|
||||
from mox3 import stubout
|
||||
|
||||
from websockify import websocket
|
||||
from websockify import websocketproxy
|
||||
|
Reference in New Issue
Block a user