Skip to content
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 and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.7] bpo-37228: Fix warnings in test_asyncio.test_base_events (GH-17577) #17580

Merged
merged 1 commit into from Dec 17, 2019

Conversation

@miss-islington
Copy link

miss-islington commented Dec 12, 2019

Co-authored-by: tirkarthi
(cherry picked from commit 1988344)

Co-authored-by: Kyle Stanley aeros167@gmail.com

https://bugs.python.org/issue37228

Co-authored-by: tirkarthi
(cherry picked from commit 1988344)

Co-authored-by: Kyle Stanley <aeros167@gmail.com>
@miss-islington miss-islington requested review from 1st1 and asvetlov as code owners Dec 12, 2019
@ambv ambv changed the title [3.7] Fix warnings in test_asyncio.test_base_events (GH-17577) [3.7] bpo-37228: Fix warnings in test_asyncio.test_base_events (GH-17577) Dec 12, 2019
@ambv

This comment has been minimized.

Copy link
Contributor

ambv commented Dec 12, 2019

@aeros, this will need some help with merging as CI is failing.

@aeros

This comment has been minimized.

Copy link
Member

aeros commented Dec 12, 2019

@ambv Based on the current build failure message from Travis, it looks like it's probably unrelated to the PR:

$ python --version

Python 3.6.9

$ pip --version

pip 19.3.1 from /home/travis/virtualenv/python3.6.9/lib/python3.6/site-packages/pip (python 3.6)
before_install.1

0.00s$ set -e

$ pyenv global 3.7.1

pyenv: version `3.7.1' not installed
@ambv

This comment has been minimized.

Copy link
Contributor

ambv commented Dec 12, 2019

Yes, it's pyenv related. #17579 has a similar problem. So if you want this in 3.8.1, that needs fixing.

@aeros

This comment has been minimized.

Copy link
Member

aeros commented Dec 12, 2019

@ambv Are you certain that it's an issue we can fix on our end? This seems identical to what @terryjreedy was experiencing a couple of weeks ago in https://mail.python.org/archives/list/python-dev@python.org/thread/YCTLWAYIC44YTVGNN4EDLWKMER2LAPDA/#YCTLWAYIC44YTVGNN4EDLWKMER2LAPDA, which led to Travis CI being temporarily disabled by @brettcannon as a requirement for merging PRs.

@miss-islington

This comment has been minimized.

Copy link
Author

miss-islington commented Dec 12, 2019

@aeros and @ambv: Status check is done, and it's a failure .

@ambv

This comment has been minimized.

Copy link
Contributor

ambv commented Dec 12, 2019

The failure is caused by pyenv so it's not related to the change in this PR. We both agree on that. However, this makes us partially blind (Azure worked) and I would prefer to have CI run successfully before merging to 3.8.

@aeros

This comment has been minimized.

Copy link
Member

aeros commented Dec 12, 2019

@ambv Oh I see. Sorry about that, I had misunderstood what you meant when you had said "So if you want this in 3.8.1, that needs fixing". I personally don't have experience with pyenv, so I was unsure of the exact cause of the CI failure or what the appropriate fix would be.

In the meantime, I'll work on the What's New entries (for the create_datagram_endpoint() security fix). I should have a PR open for those within the next couple of days.

@brettcannon

This comment has been minimized.

Copy link
Member

brettcannon commented Dec 12, 2019

I'm going to assume I wasn't needed on this and unsubscribe. If I was wrong then just @ mention me again.

@terryjreedy

This comment has been minimized.

Copy link
Member

terryjreedy commented Dec 12, 2019

This is the same thing I saw before. If Travis is arbitrarily failing again, then it should be unrequired again or really fixed.

@ned-deily ned-deily merged commit c70c8ca into python:3.7 Dec 17, 2019
4 of 5 checks passed
4 of 5 checks passed
continuous-integration/travis-ci/pr The Travis CI build failed
Details
Azure Pipelines PR #20191212.5 succeeded
Details
bedevere/issue-number Issue number 37228 found
Details
bedevere/maintenance-branch-pr Valid maintenance branch PR title.
bedevere/news "skip news" label found
@miss-islington miss-islington deleted the miss-islington:backport-1988344-3.7 branch Dec 17, 2019
ned-deily added a commit to ned-deily/cpython that referenced this pull request Dec 18, 2019
…nGH-17580)

Co-authored-by: tirkarthi
(cherry picked from commit 1988344)

Co-authored-by: Kyle Stanley <aeros167@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
8 participants
You can’t perform that action at this time.