mirror of
https://github.com/python/cpython.git
synced 2025-08-05 17:39:02 +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):
|
def test_python_builders(self):
|
||||||
# Get the list of builders from the XMLRPC buildbot interface at
|
# Get the list of builders from the XMLRPC buildbot interface at
|
||||||
# python.org.
|
# python.org.
|
||||||
server = xmlrpclib.ServerProxy("http://www.python.org/dev/buildbot/all/xmlrpc/")
|
server = xmlrpclib.ServerProxy("http://buildbot.python.org/all/xmlrpc/")
|
||||||
try:
|
try:
|
||||||
builders = server.getAllBuilders()
|
builders = server.getAllBuilders()
|
||||||
except socket.error as e:
|
except socket.error as e:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue