From acf1866d6253105e1ace6812394b8bda6c064160 Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Sun, 24 May 2015 16:54:13 -0300 Subject: old nose code in setup.py, but we use trial instead --- service/setup.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'service/setup.py') diff --git a/service/setup.py b/service/setup.py index 140a8027..7f9a99cb 100644 --- a/service/setup.py +++ b/service/setup.py @@ -15,10 +15,6 @@ # You should have received a copy of the GNU Affero General Public License # along with Pixelated. If not, see . -# next line is a fix to this error that occurs with nose > 1.1.2 and the debian -# python: http://bugs.python.org/issue15881#msg170215 -import multiprocessing - from setuptools import setup import os @@ -49,7 +45,6 @@ setup(name='pixelated-user-agent', 'pixelated.support', 'pixelated.resources' ], - test_suite='nose.collector', install_requires=[ 'pyasn1==0.1.3', 'gnupg==1.2.5', -- cgit v1.2.3