diff -Nru python-httpretty-0.8.0/debian/changelog python-httpretty-0.8.0/debian/changelog --- python-httpretty-0.8.0/debian/changelog 2014-02-07 05:03:44.000000000 +0000 +++ python-httpretty-0.8.0/debian/changelog 2014-02-07 16:09:18.000000000 +0000 @@ -1,8 +1,14 @@ -python-httpretty (0.8.0-0ubuntu2~cloud0) precise-icehouse; urgency=low +python-httpretty (0.8.0-0ubuntu3~cloud0) precise-icehouse; urgency=low * New update for the Ubuntu Cloud Archive. - -- Openstack Ubuntu Testing Bot Fri, 07 Feb 2014 00:03:44 -0500 + -- Openstack Ubuntu Testing Bot Fri, 07 Feb 2014 11:09:18 -0500 + +python-httpretty (0.8.0-0ubuntu3) trusty; urgency=medium + + * debian/rules: Really disable tests. + + -- Chuck Short Fri, 07 Feb 2014 08:58:58 -0500 python-httpretty (0.8.0-0ubuntu2) trusty; urgency=medium diff -Nru python-httpretty-0.8.0/debian/rules python-httpretty-0.8.0/debian/rules --- python-httpretty-0.8.0/debian/rules 2014-02-06 19:15:45.000000000 +0000 +++ python-httpretty-0.8.0/debian/rules 2014-02-07 13:58:47.000000000 +0000 @@ -6,5 +6,5 @@ %: dh $@ --buildsystem=python_distutils --with python2 -override_dh_auto_test: - nosetests || true +#override_dh_auto_test: +# nosetests || true