New submission from Florent Xicluna <la...@yahoo.fr>:

"test_py3kwarn" fails when running the whole test suite

This is a known behaviour, because of extension modules loaded by previous 
tests (which cannot be "reloaded").

However, the warnings module store all the warnings when they appear in a 
dictionary attribute attached to the module which does the "import".

We may read this dictionary attribute for the purpose of this test.

----------
components: Tests
messages: 98244
nosy: flox
severity: normal
status: open
title: test_py3kwarn fails when running the whole test suite
type: behavior
versions: Python 2.6, Python 2.7

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

Reply via email to