diff --git a/tests/i18n/test_extraction.py b/tests/i18n/test_extraction.py index 40ccc822d7d..414e311db5d 100644 --- a/tests/i18n/test_extraction.py +++ b/tests/i18n/test_extraction.py @@ -717,6 +717,7 @@ class CustomLayoutExtractionTests(ExtractorTests): self.assertMsgId('This app has a locale directory', po_contents) +@skipUnless(has_xgettext, 'xgettext is mandatory for extraction tests') class NoSettingsExtractionTests(AdminScriptTestCase): def test_makemessages_no_settings(self): out, err = self.run_django_admin(['makemessages', '-l', 'en', '-v', '0'])