]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.4] [3.5] bpo-32620: Remove failing pyenv call from CI config (GH-5274) (#5533)
authorlarryhastings <larry@hastings.org>
Sun, 4 Feb 2018 19:37:08 +0000 (11:37 -0800)
committerGitHub <noreply@github.com>
Sun, 4 Feb 2018 19:37:08 +0000 (11:37 -0800)
* [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 <ncoghlan@gmail.com>
Lib/test/test_xmlrpc_net.py

index b60b82f3e232fa5c0d8bf22ef2e2b3432a6c39e2..c9119b04eb9eaceeaf1c085875dfca4787735447 100644 (file)
@@ -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):