mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Refer test_xmlrpc_net to the new buildbot URL at buildbot.python.org.
This commit is contained in:
parent
496660c56b
commit
26af3b223f
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ class CurrentTimeTest(unittest.TestCase):
|
|||
def test_python_builders(self):
|
||||
# Get the list of builders from the XMLRPC buildbot interface at
|
||||
# python.org.
|
||||
server = xmlrpclib.ServerProxy("http://www.python.org/dev/buildbot/all/xmlrpc/")
|
||||
server = xmlrpclib.ServerProxy("http://buildbot.python.org/all/xmlrpc/")
|
||||
try:
|
||||
builders = server.getAllBuilders()
|
||||
except socket.error as e:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue