From 9a47aa350f3d4162515778dba107e406a4b91720 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Thu, 27 Mar 2014 10:11:58 +0000 Subject: [PATCH] Actually remove unittest from setup.py --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index fec2b8a..dd2e0a9 100755 --- a/setup.py +++ b/setup.py @@ -14,7 +14,6 @@ setup( packages=['ts3'], scripts=['examples/gents3privkey.py'], test_suite='ts3.test.suite', - tests_require=['unittest'], classifiers=[ 'License :: OSI Approved :: BSD License',