[Python-checkins] r86404 - python/branches/py3k/Lib/test/test_xmlrpc_net.py

antoine.pitrou python-checkins at python.org
Wed Nov 10 23:36:43 CET 2010


Author: antoine.pitrou
Date: Wed Nov 10 23:36:43 2010
New Revision: 86404

Log:
Disable test_python_builders in test_xmlrpc_net, following buildbot upgrade on python.org



Modified:
   python/branches/py3k/Lib/test/test_xmlrpc_net.py

Modified: python/branches/py3k/Lib/test/test_xmlrpc_net.py
==============================================================================
--- python/branches/py3k/Lib/test/test_xmlrpc_net.py	(original)
+++ python/branches/py3k/Lib/test/test_xmlrpc_net.py	Wed Nov 10 23:36:43 2010
@@ -38,6 +38,7 @@
     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()


More information about the Python-checkins mailing list