New submission from Miki Tebeka <miki.teb...@gmail.com>:

EnvironmentVariableTests depends on format of string representation of objects.

While working on Jython 2.7 the test failed due to:
    AssertionError: "[u'ignore::DeprecationWarning']" != 
"['ignore::DeprecationWarning']"

Attached is a patch to get the output of child process via marshal and also use 
set so order is not important.

----------
components: Tests
files: tw.diff
keywords: patch
messages: 161463
nosy: tebeka
priority: normal
severity: normal
status: open
title: test_warnings.py EnvironmentVariableTests is a bad test
type: enhancement
versions: Python 2.7
Added file: http://bugs.python.org/file25692/tw.diff

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

Reply via email to