Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8d9a4e6

Browse files
committed
Disable test_python_builders in test_xmlrpc_net, following buildbot upgrade on python.org
1 parent 1795464 commit 8d9a4e6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/test/test_xmlrpc_net.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ def test_current_time(self):
3838
def test_python_builders(self):
3939
# Get the list of builders from the XMLRPC buildbot interface at
4040
# python.org.
41+
self.skipTest("XMLRPC interface removed in Buildbot 0.8.2")
4142
server = xmlrpclib.ServerProxy("http://www.python.org/dev/buildbot/all/xmlrpc/")
4243
try:
4344
builders = server.getAllBuilders()

0 commit comments

Comments
 (0)