﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
31850	test_extraction_warning (i18n.test_extraction.BasicExtractorTests) fails with xgettext 0.21.	Michał Górny	Max Smolens	"After upgrading system gettext to 0.21, the following test started to fail:

{{{
======================================================================
FAIL: test_extraction_warning (i18n.test_extraction.BasicExtractorTests)
test xgettext warning about multiple bare interpolation placeholders
----------------------------------------------------------------------
Traceback (most recent call last):
  File ""/usr/lib/python3.9/unittest/case.py"", line 59, in testPartExecutor
    yield
  File ""/usr/lib/python3.9/unittest/case.py"", line 593, in run
    self._callTestMethod(testMethod)
  File ""/usr/lib/python3.9/unittest/case.py"", line 550, in _callTestMethod
    method()
  File ""/tmp/django/tests/i18n/test_extraction.py"", line 233, in test_extraction_warning
    self.assertIn(""code_sample.py:4"", out.getvalue())
  File ""/usr/lib/python3.9/unittest/case.py"", line 1098, in assertIn
    self.fail(self._formatMessage(msg, standardMsg))
  File ""/usr/lib/python3.9/unittest/case.py"", line 670, in fail
    raise self.failureException(msg)
AssertionError: 'code_sample.py:4' not found in 'processing locale de\n'
}}}

I can reproduce the failure with django 2.2.15, 3.0.9 and git master (b68b8cb89abb35ff2152175ea540619ec384b1f4)."	Cleanup/optimization	closed	Testing framework	dev	Normal	fixed			Ready for checkin	1	0	0	0	1	0
