We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed5059e commit 6870eb3Copy full SHA for 6870eb3
Lib/test/test_argparse.py
@@ -27,6 +27,7 @@
27
from test.support import os_helper
28
from test.support import requires_subprocess
29
from test.support import script_helper
30
+from test.test_tools import skip_if_missing
31
from unittest import mock
32
33
@@ -7036,6 +7037,7 @@ class TestTranslations(unittest.TestCase):
7036
7037
7038
def test_translations(self):
7039
# Test messages extracted from the argparse module against a snapshot
7040
+ skip_if_missing('i18n')
7041
res = generate_po_file(stdout_only=False)
7042
self.assertEqual(res.returncode, 0)
7043
self.assertEqual(res.stderr, '')
0 commit comments