From: Tomas R. Date: Sun, 16 Feb 2025 12:14:37 +0000 (+0100) Subject: gh-130177: Fix unintentionally skipped tests in test_gettext (GH-130178) X-Git-Tag: v3.14.0a6~404 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e8044a4f74f5fc19e5249139c171403aff0118d;p=thirdparty%2FPython%2Fcpython.git gh-130177: Fix unintentionally skipped tests in test_gettext (GH-130178) --- diff --git a/Lib/test/test_gettext.py b/Lib/test/test_gettext.py index e517c9d5c2a5..dd00e8498962 100644 --- a/Lib/test/test_gettext.py +++ b/Lib/test/test_gettext.py @@ -402,7 +402,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):