]> granicus.if.org Git - python/commitdiff
bpo-31724: Skip test_xmlrpc_net (GH-3921)
authorZachary Ware <zachary.ware@gmail.com>
Sun, 8 Oct 2017 06:31:23 +0000 (01:31 -0500)
committerGitHub <noreply@github.com>
Sun, 8 Oct 2017 06:31:23 +0000 (01:31 -0500)
With the upgrade of buildbot.python.org from Buildbot 0.8.x to 0.9.x,
the xmlrpc interface has been removed.  This test is now skipped until
it can be rewritten to query a suitable substitute.

Lib/test/test_xmlrpc_net.py

index ae0a28e7215741b1be12675281e62c0a23ed406c..f3652b86f75102431c26908a10cc58f5d96e7905 100644 (file)
@@ -4,6 +4,8 @@ from test import support
 
 import xmlrpc.client as xmlrpclib
 
+
+@unittest.skip('XXX: buildbot.python.org/all/xmlrpc/ is gone')
 class PythonBuildersTest(unittest.TestCase):
 
     def test_python_builders(self):