]> granicus.if.org Git - python/commitdiff
[3.5] bpo-32620: Remove failing pyenv call from CI config (#5274)
authorNick Coghlan <ncoghlan@gmail.com>
Tue, 23 Jan 2018 09:10:43 +0000 (19:10 +1000)
committerlarryhastings <larry@hastings.org>
Tue, 23 Jan 2018 09:10:43 +0000 (01:10 -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).

.travis.yml
Lib/test/test_xmlrpc_net.py

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