projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1795464
)
Disable test_python_builders in test_xmlrpc_net, following buildbot upgrade on python.org
author
Antoine Pitrou
<solipsis@pitrou.net>
Wed, 10 Nov 2010 22:36:43 +0000
(22:36 +0000)
committer
Antoine Pitrou
<solipsis@pitrou.net>
Wed, 10 Nov 2010 22:36:43 +0000
(22:36 +0000)
Lib/test/test_xmlrpc_net.py
patch
|
blob
|
history
diff --git
a/Lib/test/test_xmlrpc_net.py
b/Lib/test/test_xmlrpc_net.py
index 4d3f7a604fa49c727c57458b95cfeecd14095547..5df79f0fb638d2bee6072ba427e4f120389bb1a8 100644
(file)
--- 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()