From: Antoine Pitrou Date: Wed, 10 Nov 2010 22:36:43 +0000 (+0000) Subject: Disable test_python_builders in test_xmlrpc_net, following buildbot upgrade on python.org X-Git-Tag: v3.2a4~26 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8d9a4e66c2c4effd3bcac482e84824ea73ff0982;p=thirdparty%2FPython%2Fcpython.git Disable test_python_builders in test_xmlrpc_net, following buildbot upgrade on python.org --- diff --git a/Lib/test/test_xmlrpc_net.py b/Lib/test/test_xmlrpc_net.py index 4d3f7a604fa4..5df79f0fb638 100644 --- a/Lib/test/test_xmlrpc_net.py +++ b/Lib/test/test_xmlrpc_net.py @@ -38,6 +38,7 @@ class CurrentTimeTest(unittest.TestCase): def test_python_builders(self): # Get the list of builders from the XMLRPC buildbot interface at # python.org. + self.skipTest("XMLRPC interface removed in Buildbot 0.8.2") server = xmlrpclib.ServerProxy("http://www.python.org/dev/buildbot/all/xmlrpc/") try: builders = server.getAllBuilders()