#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.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/053.d9dc66f4d103f87706944a158a6baab9%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to