https://github.com/python/cpython/commit/5d240c7bb831a87516316484d12962cc577f1b03
commit: 5d240c7bb831a87516316484d12962cc577f1b03
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: serhiy-storchaka <[email protected]>
date: 2025-02-16T12:36:23Z
summary:

[3.13] gh-130177: Fix unintentionally skipped tests in test_gettext (GH-130178) 
(GH-130183)

(cherry picked from commit 2e8044a4f74f5fc19e5249139c171403aff0118d)

Co-authored-by: Tomas R <[email protected]>

files:
M Lib/test/test_gettext.py

diff --git a/Lib/test/test_gettext.py b/Lib/test/test_gettext.py
index b2fe3e28c3bec7..dbbbdbcdaef05e 100644
--- a/Lib/test/test_gettext.py
+++ b/Lib/test/test_gettext.py
@@ -452,7 +452,7 @@ def test_plural_context_forms_null_translations(self):
             numbers_only=False)
 
 
-class PluralFormsInternalTestCase:
+class PluralFormsInternalTestCase(unittest.TestCase):
     # Examples from http://www.gnu.org/software/gettext/manual/gettext.html
 
     def test_ja(self):

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to