Kaydet (Commit) d13a4e50 authored tarafından Miss Islington (bot)'s avatar Miss Islington (bot) Kaydeden (comit) Zachary Ware

[3.6] bpo-31724: Skip test_xmlrpc_net (GH-3922)

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.

(cherry picked from commit 73ffd3f2)
üst cae6e477
...@@ -4,6 +4,8 @@ from test import support ...@@ -4,6 +4,8 @@ from test import support
import xmlrpc.client as xmlrpclib import xmlrpc.client as xmlrpclib
@unittest.skip('XXX: buildbot.python.org/all/xmlrpc/ is gone')
class PythonBuildersTest(unittest.TestCase): class PythonBuildersTest(unittest.TestCase):
def test_python_builders(self): def test_python_builders(self):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment