Skip to content

[3.10] bpo-45400: Fix suggestion test of test_exceptions (GH-28783)#28787

Merged
miss-islington merged 1 commit into
python:3.10from
miss-islington:backport-4e60566-3.10
Oct 7, 2021
Merged

[3.10] bpo-45400: Fix suggestion test of test_exceptions (GH-28783)#28787
miss-islington merged 1 commit into
python:3.10from
miss-islington:backport-4e60566-3.10

Conversation

@miss-islington

@miss-islington miss-islington commented Oct 7, 2021

Copy link
Copy Markdown
Contributor

Fix test_name_error_suggestions_do_not_trigger_for_too_many_locals()
of test_exceptions if a directory name contains "a1" (like
"Python-3.11.0a1"): use a stricter regular expression.
(cherry picked from commit 4e60566)

Co-authored-by: Victor Stinner vstinner@python.org

https://bugs.python.org/issue45400

Fix test_name_error_suggestions_do_not_trigger_for_too_many_locals()
of test_exceptions if a directory name contains "a1" (like
"Python-3.11.0a1"): use a stricter regular expression.
(cherry picked from commit 4e60566)

Co-authored-by: Victor Stinner <vstinner@python.org>

@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, good bot.

@miss-islington

Copy link
Copy Markdown
Contributor Author

@vstinner: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit d55bf81 into python:3.10 Oct 7, 2021
@miss-islington miss-islington deleted the backport-4e60566-3.10 branch October 7, 2021 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants