bpo-31724: Skip test_xmlrpc_net (GH-3921)

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.
This commit is contained in:
Zachary Ware 2017-10-08 01:31:23 -05:00 committed by GitHub
parent 79ba471488
commit 73ffd3f203
1 changed files with 2 additions and 0 deletions

View 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):