[3.5] bpo-32620: Remove failing pyenv call from CI config by ncoghlan · Pull Request #5274 · python/cpython (original) (raw)
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation3 Commits2 Checks0 Files changed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})
The buildbot service upgrade removed the XML-RPC interface, so this test no longer works (through no fault of the standard library).
test_xmlrpc_net
is failing due to the removal of the XML-RPC API from the buildbot server, so I've added the test skip backport to the PR.
@larryhastings Merging this should hopefully unblock the other pending PRs :)
zware deleted the ncoghlan-py35-no-pyenv-call-in-ci branch
larryhastings pushed a commit that referenced this pull request
[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
larryhastings added a commit that referenced this pull request
) (#5533)
[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