diff --git a/python-cherrypy.spec b/python-cherrypy.spec index 5c63654..418facb 100644 --- a/python-cherrypy.spec +++ b/python-cherrypy.spec @@ -45,7 +45,7 @@ rm -rf $RPM_BUILD_ROOT %check cd cherrypy/test # These two tests hang in the buildsystem so we have to disable them -PYTHONPATH='../../' nosetests -v -s ./ -e 'test_SIGTERM' -e 'test_SIGHUP_tty' +PYTHONPATH='../../' nosetests -s ./ -e 'test_SIGTERM' -e 'test_SIGHUP_tty' %clean rm -rf $RPM_BUILD_ROOT