diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-11-10 22:36:43 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-11-10 22:36:43 (GMT) |
commit | 8d9a4e66c2c4effd3bcac482e84824ea73ff0982 (patch) | |
tree | ee42c1ed91a606d0ec1b23eb91d3d268c3f611b0 /Lib/test | |
parent | 179546412ce398b454c38f13acb8dfc9acf9baa1 (diff) | |
download | cpython-8d9a4e66c2c4effd3bcac482e84824ea73ff0982.zip cpython-8d9a4e66c2c4effd3bcac482e84824ea73ff0982.tar.gz cpython-8d9a4e66c2c4effd3bcac482e84824ea73ff0982.tar.bz2 |
Disable test_python_builders in test_xmlrpc_net, following buildbot upgrade on python.org
Diffstat (limited to 'Lib/test')
-rw-r--r-- | Lib/test/test_xmlrpc_net.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_xmlrpc_net.py b/Lib/test/test_xmlrpc_net.py index 4d3f7a6..5df79f0 100644 --- a/Lib/test/test_xmlrpc_net.py +++ b/Lib/test/test_xmlrpc_net.py @@ -38,6 +38,7 @@ class CurrentTimeTest(unittest.TestCase): 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() |