From: larryhastings Date: Sun, 4 Feb 2018 19:37:08 +0000 (-0800) Subject: [3.4] [3.5] bpo-32620: Remove failing pyenv call from CI config (GH-5274) (#5533) X-Git-Tag: v3.4.8~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=71b94e30b1d63c789908482b3b808cc613e57267;p=thirdparty%2FPython%2Fcpython.git [3.4] [3.5] bpo-32620: Remove failing pyenv call from CI config (GH-5274) (#5533) * [3.5] Remove failing pyenv call from CI config * Backport XML RPC test skip to 3.5 The buildbot service upgrade removed the XML-RPC interface, so this test no longer works (through no fault of the standard library). (cherry picked from commit 4a4c2743133e195cc3725b78a895d85d69e50089) Co-authored-by: Nick Coghlan --- diff --git a/Lib/test/test_xmlrpc_net.py b/Lib/test/test_xmlrpc_net.py index b60b82f3e232..c9119b04eb9e 100644 --- a/Lib/test/test_xmlrpc_net.py +++ b/Lib/test/test_xmlrpc_net.py @@ -7,6 +7,7 @@ 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):