New submission from Zachary Ware:

This one actually had Failures rather than Errors; those failures arose from 
enUS_locale being None because it was being changed in test_main.  This patch 
attempts to fix things by adapting get_enUS_locale() to return a tuple of a 
suitable setting for enUS_locale and a reason for skipping the tests that were 
formerly ignored if enUS_locale was None.

----------
components: Tests
files: test_locale_discovery.diff
keywords: patch
messages: 187117
nosy: brett.cannon, ezio.melotti, zach.ware
priority: normal
severity: normal
status: open
title: Fix test discovery for test_locale.py
type: behavior
versions: Python 3.3, Python 3.4
Added file: http://bugs.python.org/file29891/test_locale_discovery.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17767>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to