[issue14895] test_warnings.py EnvironmentVariableTests is a bad test

2012-07-20 Thread Brett Cannon

Brett Cannon  added the comment:

Phil said it's Jython's problem, so I won't worry about this on CPython's side.

--
resolution:  -> wont fix
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14895] test_warnings.py EnvironmentVariableTests is a bad test

2012-05-28 Thread Frank Wierzbicki

Changes by Frank Wierzbicki :


--
nosy: +fwierzbicki

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14895] test_warnings.py EnvironmentVariableTests is a bad test

2012-05-23 Thread Philip Jenvey

Philip Jenvey  added the comment:

Jython's sys.warnoptions should probably just contain strs instead of unicode. 
Otherwise I suspect unicode values could break the warnings module's usage of it

--
nosy: +pjenvey

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14895] test_warnings.py EnvironmentVariableTests is a bad test

2012-05-23 Thread Antoine Pitrou

Changes by Antoine Pitrou :


--
nosy: +brett.cannon
versions: +Python 3.2, Python 3.3

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14895] test_warnings.py EnvironmentVariableTests is a bad test

2012-05-23 Thread Miki Tebeka

New submission from Miki Tebeka :

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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com