summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2022-12-16 14:03:23 +0100
committerPierre Ossman <ossman@cendio.se>2022-12-16 14:14:54 +0100
commit9ac3272d2b30fdd956f3bcc12a94083211f20a55 (patch)
treec8ffb7798acd819aa71ca0c64315424f8f5ec0f7 /test-requirements.txt
parent5d17281187909afcd7dbde5b4311347f2327b44e (diff)
downloadwebsockify-9ac3272d2b30fdd956f3bcc12a94083211f20a55.tar.gz
Switch to nose2 for tests
The original nosetests is long abandoned, and doesn't work properly on newer versions of Python.
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 2a5aa9c..77a3f5f 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,4 +1,4 @@
mock
-nose
+nose2
six
wrapt<=1.12.1;python_version<="3.4"