[3.4] [3.5] bpo-32620: Remove failing pyenv call from CI config (GH-5… · python/cpython@71b94e3 (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 71b94e3

larryhastingsncoghlan

and

authored

* [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 4a4c274) Co-authored-by: Nick Coghlan ncoghlan@gmail.com

File tree

1 file changed

lines changed

1 file changed

lines changed

Original file line number Diff line number Diff line change
@@ -7,6 +7,7 @@
7 7
8 8 import xmlrpc.client as xmlrpclib
9 9
10 +@unittest.skip('XXX: buildbot.python.org/all/xmlrpc/ is gone')
10 11 class PythonBuildersTest(unittest.TestCase):
11 12
12 13 def test_python_builders(self):