]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[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)
commit71b94e30b1d63c789908482b3b808cc613e57267
tree0f8a105612013fec8c2a78f47e6c029d5990e88c
parent24396c07b462cb39d6a90746dbd410c6fc3b2e13
[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 <ncoghlan@gmail.com>
Lib/test/test_xmlrpc_net.py