]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] gh-130177: Fix unintentionally skipped tests in test_gettext (GH-130178) ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 16 Feb 2025 12:31:24 +0000 (13:31 +0100)
committerGitHub <noreply@github.com>
Sun, 16 Feb 2025 12:31:24 +0000 (12:31 +0000)
(cherry picked from commit 2e8044a4f74f5fc19e5249139c171403aff0118d)

Co-authored-by: Tomas R <tomas.roun8@gmail.com>
Lib/test/test_gettext.py

index dd33b9b88f6768771a7b3da9be056b137ed6911c..acc2abf4034d75842f5f015fa13032dedbd1d461 100644 (file)
@@ -450,7 +450,7 @@ class GNUTranslationsClassPluralFormsTestCase(PluralFormsTests, GettextBaseTest)
             numbers_only=False)
 
 
-class PluralFormsInternalTestCase:
+class PluralFormsInternalTestCase(unittest.TestCase):
     # Examples from http://www.gnu.org/software/gettext/manual/gettext.html
 
     def test_ja(self):