Skip to content

Commit 4a4c274

Browse files
ncoghlanlarryhastings
authored andcommitted
[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).
1 parent fd8614c commit 4a4c274

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ matrix:
2323
# compiler here and the other to run the coverage build. Clang is preferred
2424
# in this instance for its better error messages.
2525
env: TESTING=cpython
26-
before_install:
27-
# work around https://github.com/travis-ci/travis-ci/issues/8363
28-
- pyenv global system 3.5
2926
- os: osx
3027
language: c
3128
compiler: clang

Lib/test/test_xmlrpc_net.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
import xmlrpc.client as xmlrpclib
99

10+
@unittest.skip('XXX: buildbot.python.org/all/xmlrpc/ is gone')
1011
class PythonBuildersTest(unittest.TestCase):
1112

1213
def test_python_builders(self):

0 commit comments

Comments
 (0)