﻿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
28348	runtests.py fails if xgettext utility is not on system path	Evan Grim	Evan Grim	"Running the tests (with {{{runtests.py}}}) fails if the {{{xgettext}}} utility is not on the system path.  

Error report:
{{{
======================================================================
ERROR: i18n.test_extraction (unittest.loader._FailedTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ""/usr/local/Cellar/python3/3.6.1/Frameworks/Python.framework/Versions/3.6/lib/python3.6/unittest/case.py"", line 59, in testPartExecutor
    yield
  File ""/usr/local/Cellar/python3/3.6.1/Frameworks/Python.framework/Versions/3.6/lib/python3.6/unittest/case.py"", line 601, in run
    testMethod()
  File ""/usr/local/Cellar/python3/3.6.1/Frameworks/Python.framework/Versions/3.6/lib/python3.6/unittest/loader.py"", line 34, in testFailure
    raise self._exception
ImportError: Failed to import test module: i18n.test_extraction
Traceback (most recent call last):
  File ""/usr/local/Cellar/python3/3.6.1/Frameworks/Python.framework/Versions/3.6/lib/python3.6/unittest/loader.py"", line 428, in _find_test_path
    module = self._get_module_from_name(name)
  File ""/usr/local/Cellar/python3/3.6.1/Frameworks/Python.framework/Versions/3.6/lib/python3.6/unittest/loader.py"", line 369, in _get_module_from_name
    __import__(name)
  File ""/Users/egrim/scratch/django/tests/i18n/test_extraction.py"", line 28, in <module>
    requires_gettext_019 = skipIf(gettext_version < (0, 19), 'gettext 0.19 required')
TypeError: '<' not supported between instances of 'NoneType' and 'tuple'


----------------------------------------------------------------------
Ran 11482 tests in 83.136s

FAILED (errors=1, skipped=734, expected failures=4)
}}}
"	Bug	closed	Testing framework	1.11	Normal	fixed	testing skip xgettext runtests		Unreviewed	1	0	0	0	0	0
