Skip to content

bpo-35352 Use the certificate set from the test directory for test_asyncio#10826

Merged
vstinner merged 1 commit into
python:masterfrom
stratakis:asyncio-certs
Nov 30, 2018
Merged

bpo-35352 Use the certificate set from the test directory for test_asyncio#10826
vstinner merged 1 commit into
python:masterfrom
stratakis:asyncio-certs

Conversation

@stratakis

@stratakis stratakis commented Nov 30, 2018

Copy link
Copy Markdown
Contributor

Modify asyncio tests to utilize the certificates from the test directory
instead of its own set, as they are the same and with each update they had
to be updated as well.

https://bugs.python.org/issue35352

…yncio.

Modify asyncio tests to utilize the certificates from the test directory
instead of its own set, as they are the same and with each update they had
to be updated as well.

@vstinner vstinner left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @stratakis for the PR, and @vstinner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.6, 3.7.
🐍🍒⛏🤖 I'm not a witch! I'm not a witch!

@bedevere-bot

Copy link
Copy Markdown

GH-10830 is a backport of this pull request to the 3.7 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Nov 30, 2018
…ory (pythonGH-10826)

Modify asyncio tests to utilize the certificates from the test directory
instead of its own set, as they are the same and with each update they had
to be updated as well.
(cherry picked from commit b062ba7)

Co-authored-by: stratakis <cstratak@redhat.com>
@miss-islington

Copy link
Copy Markdown
Contributor

Sorry, @stratakis and @vstinner, I could not cleanly backport this to 3.6 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker b062ba77b617b0f89b7ea25d14cc77c991462ad4 3.6

@bedevere-bot

Copy link
Copy Markdown

GH-10832 is a backport of this pull request to the 3.6 branch.

vstinner added a commit that referenced this pull request Nov 30, 2018
…directory (GH-10826) (GH-10834)

* bpo-35352: test_asyncio uses the certificate set from the test directory (GH-10826)

Modify asyncio tests to utilize the certificates from the test directory
instead of its own set, as they are the same and with each update they had
to be updated as well.

(cherry picked from commit b062ba7)

* bpo-35352: Cleanup test_asyncio/utils.py (GH-10831)

'here' variable is no longer needed.

(cherry picked from commit 7212148)
vstinner added a commit that referenced this pull request Nov 30, 2018
…ory (GH-10826) (GH-10832)

Modify asyncio tests to utilize the certificates from the test directory
instead of its own set, as they are the same and with each update they had
to be updated as well.

(cherry picked from commit b062ba7)
@stratakis stratakis deleted the asyncio-certs branch June 18, 2020 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants