◐ Shell
reader mode source ↗
Skip to content

bpo-41939: do not skip test_site.test_license_exists_at_url for pre-releases#22688

Merged
ned-deily merged 1 commit into
python:masterfrom
ned-deily:bpo-41939-run-always
Oct 14, 2020
Merged

bpo-41939: do not skip test_site.test_license_exists_at_url for pre-releases#22688
ned-deily merged 1 commit into
python:masterfrom
ned-deily:bpo-41939-run-always

Conversation

@ned-deily

@ned-deily ned-deily commented Oct 14, 2020

Copy link
Copy Markdown
Member

This test is skipped for pre-releases because the license file URL in Lib/site.py used to be to a release-dependent URL. But bpo-21572 changed Lib/site.py to use a license URL that is independent of the release. So there is no longer a reason to skip the test for pre-releases and, by no longer skipping, we would catch problems like the one in this issue prior to release.

https://bugs.python.org/issue41939

@eamanu eamanu left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Hide comment

LGTM

@ned-deily ned-deily merged commit 6a48518 into python:master Oct 14, 2020
@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @ned-deily for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8, 3.9.
🐍🍒⛏🤖

@ned-deily ned-deily deleted the bpo-41939-run-always branch October 14, 2020 01:39
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 14, 2020
…GH-22688)

(cherry picked from commit 6a48518)

Co-authored-by: Ned Deily <nad@python.org>
@bedevere-bot

Copy link
Copy Markdown

GH-22689 is a backport of this pull request to the 3.9 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 14, 2020
…GH-22688)

(cherry picked from commit 6a48518)

Co-authored-by: Ned Deily <nad@python.org>
@bedevere-bot

Copy link
Copy Markdown

GH-22690 is a backport of this pull request to the 3.8 branch.

miss-islington added a commit that referenced this pull request Oct 14, 2020
(cherry picked from commit 6a48518)

Co-authored-by: Ned Deily <nad@python.org>
miss-islington added a commit that referenced this pull request Oct 14, 2020
(cherry picked from commit 6a48518)

Co-authored-by: Ned Deily <nad@python.org>
adorilson pushed a commit to adorilson/cpython that referenced this pull request Mar 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip news tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants