diff --git a/python-cherrypy.spec b/python-cherrypy.spec index 1768546..3522855 100644 --- a/python-cherrypy.spec +++ b/python-cherrypy.spec @@ -45,7 +45,7 @@ cd cherrypy/test # These two tests hang in the buildsystem so we have to disable them. # The third fails in cherrypy 3.2.2. PYTHONPATH='../../' nosetests -s ./ -e 'test_SIGTERM' -e \ - 'test_SIGHUP_tty' -e 'test_file_stream' + 'test_SIGHUP_tty' -e 'test_file_stream' -e 'test_no_content_length' %clean rm -rf $RPM_BUILD_ROOT