#23653: Test failures Windows 7
-----------------------------------+--------------------
Reporter: patclaffey | Owner: nobody
Type: Bug | Status: new
Component: Testing framework | Version: 1.7
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Easy pickings: 0 | UI/UX: 0
-----------------------------------+--------------------
Running test under Windows 7 Professional Service Pack 1 and got error
Running python 2.7
{{{
======================================================================
FAIL: test_custom_logging (logging_tests.tests.SettingsCustomLoggingTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\software\git\django\tests\logging_tests\tests.py", line 449, in
test_
custom_logging
self.assertNoOutput(err)
File "D:\software\git\django\tests\admin_scripts\tests.py", line 184, in
asser
tNoOutput
self.assertEqual(len(stream), 0, "Stream should be empty: actually
contains
'%s'" % stream)
AssertionError: Stream should be empty: actually contains 'Traceback (most
recen
t call last):
File "./manage.py", line 10, in <module>
execute_from_command_line(sys.argv)
File "D:\software\git\django\django\core\management\__init__.py", line
336, in
execute_from_command_line
utility.execute()
File "D:\software\git\django\django\core\management\__init__.py", line
310, in
execute
django.setup()
File "D:\software\git\django\django\__init__.py", line 22, in setup
configure_logging(settings.LOGGING_CONFIG, settings.LOGGING)
File "D:\software\git\django\django\utils\log.py", line 87, in
configure_loggi
ng
logging_config_func(logging_settings)
File "D:\software\python\lib\logging\config.py", line 70, in fileConfig
formatters = _create_formatters(cp)
File "D:\software\python\lib\logging\config.py", line 106, in
_create_formatte
rs
flist = cp.get("formatters", "keys")
File "D:\software\python\lib\ConfigParser.py", line 607, in get
raise NoSectionError(section)
ConfigParser.NoSectionError: No section: 'formatters'
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/23653>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.