summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorJames Page <james.page@ubuntu.com>2016-06-30 09:59:50 +0100
committerJames Page <james.page@ubuntu.com>2016-06-30 09:59:50 +0100
commit156b08ae687d8f6b784b495c72151ff3e58cca1d (patch)
tree91385ac9b885bd33f70d2ef9363ae85a699815ad /test-requirements.txt
parentf23780eb42ec9a37753556734d1185c1742a3ae7 (diff)
downloadwebsockify-156b08ae687d8f6b784b495c72151ff3e58cca1d.tar.gz
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.
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 93207c1..905c2e7 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,2 +1,2 @@
-mox
+mox3
nose