From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 16 Feb 2025 12:36:23 +0000 (+0100) Subject: [3.13] gh-130177: Fix unintentionally skipped tests in test_gettext (GH-130178) ... X-Git-Tag: v3.13.3~270 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5d240c7bb831a87516316484d12962cc577f1b03;p=thirdparty%2FPython%2Fcpython.git [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 --- diff --git a/Lib/test/test_gettext.py b/Lib/test/test_gettext.py index b2fe3e28c3be..dbbbdbcdaef0 100644 --- a/Lib/test/test_gettext.py +++ b/Lib/test/test_gettext.py @@ -452,7 +452,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):