-
-
Notifications
You must be signed in to change notification settings - Fork 31.3k
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
bpo-42794: Update test_nntplib to use offical group name for testing #24037
Conversation
I add the backport label for 3.7 and 3.6 also. |
Patch looks good. |
@@ -343,8 +344,9 @@ class NetworkedNNTP_SSLTests(NetworkedNNTPTests): | |||
# 400 connections per day are accepted from each IP address." | |||
|
|||
NNTP_HOST = 'nntp.aioe.org' | |||
GROUP_NAME = 'comp.lang.python' | |||
GROUP_PAT = 'comp.lang.*' | |||
GROUP_NAME = 'aioe.test' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's probably a good idea to add a comment to this section, mentioning that aioe.test is one of the official groups on this server used for testing: https://news.aioe.org/manual/aioe-hierarchy/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you add a comment, add "bpo-42794: " which always helps for future readers ;-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Thanks @corona10 for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6, 3.7, 3.8, 3.9. |
GH-24039 is a backport of this pull request to the 3.9 branch. |
GH-24040 is a backport of this pull request to the 3.8 branch. |
…ythonGH-24037) (cherry picked from commit ec31653) Co-authored-by: Dong-hee Na <donghee.na@python.org>
…ythonGH-24037) (cherry picked from commit ec31653) Co-authored-by: Dong-hee Na <donghee.na@python.org>
GH-24041 is a backport of this pull request to the 3.7 branch. |
GH-24042 is a backport of this pull request to the 3.6 branch. |
…ythonGH-24037) (cherry picked from commit ec31653) Co-authored-by: Dong-hee Na <donghee.na@python.org>
…ythonGH-24037) (cherry picked from commit ec31653) Co-authored-by: Dong-hee Na <donghee.na@python.org>
https://bugs.python.org/issue42794