Kaydet (Commit) 4a4c2743 authored tarafından Nick Coghlan's avatar Nick Coghlan Kaydeden (comit) larryhastings

[3.5] bpo-32620: Remove failing pyenv call from CI config (#5274)

* [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).
üst fd8614c5
......@@ -23,9 +23,6 @@ matrix:
# compiler here and the other to run the coverage build. Clang is preferred
# in this instance for its better error messages.
env: TESTING=cpython
before_install:
# work around https://github.com/travis-ci/travis-ci/issues/8363
- pyenv global system 3.5
- os: osx
language: c
compiler: clang
......
......@@ -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):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment