* [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>
import xmlrpc.client as xmlrpclib
+@unittest.skip('XXX: buildbot.python.org/all/xmlrpc/ is gone')
class PythonBuildersTest(unittest.TestCase):
def test_python_builders(self):