Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1795464 commit 8d9a4e6Copy full SHA for 8d9a4e6
1 file changed
Lib/test/test_xmlrpc_net.py
@@ -38,6 +38,7 @@ def test_current_time(self):
38
def test_python_builders(self):
39
# Get the list of builders from the XMLRPC buildbot interface at
40
# python.org.
41
+ self.skipTest("XMLRPC interface removed in Buildbot 0.8.2")
42
server = xmlrpclib.ServerProxy("http://www.python.org/dev/buildbot/all/xmlrpc/")
43
try:
44
builders = server.getAllBuilders()
0 commit comments