-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-130177: Fix skipped tests in test_gettext
#130178
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
Conversation
@serhiy-storchaka You were last to modify them a few years ago, just checking this wasn't intentional for some reason? |
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.
Thanks @tomasr8 for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
…ythonGH-130178) (cherry picked from commit 2e8044a) Co-authored-by: Tomas R. <[email protected]>
GH-130183 is a backport of this pull request to the 3.13 branch. |
…ythonGH-130178) (cherry picked from commit 2e8044a) Co-authored-by: Tomas R. <[email protected]>
GH-130184 is a backport of this pull request to the 3.12 branch. |
…H-130178) (GH-130184) (cherry picked from commit 2e8044a) Co-authored-by: Tomas R <[email protected]>
…H-130178) (GH-130183) (cherry picked from commit 2e8044a) Co-authored-by: Tomas R <[email protected]>
Running
test_gettext
before:and after:
test_gettext
#130177