Commit bea3534e authored by Serhiy Storchaka's avatar Serhiy Storchaka

Don't use sebTest() in tests for issue #5815.

parent e36e8be2
...@@ -371,7 +371,6 @@ class NormalizeTest(unittest.TestCase): ...@@ -371,7 +371,6 @@ class NormalizeTest(unittest.TestCase):
def test_locale_alias(self): def test_locale_alias(self):
for localename, alias in locale.locale_alias.items(): for localename, alias in locale.locale_alias.items():
with self.subTest(locale=(localename, alias)):
self.check(localename, alias) self.check(localename, alias)
def test_empty(self): def test_empty(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment