This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: RuntimeWarning: unfiltered RuntimeWarning
Type: Stage:
Components: Build Versions: Python 2.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: makaron
Priority: normal Keywords:

Created on 2005-03-06 11:11 by makaron, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (1)
msg24479 - (view) Author: Grzegorz Makarewicz (makaron) Date: 2005-03-06 11:11
after updating to latest cvs version for 2.4 i'v got an
error while performing full test on win xp:

test test_warnings failed -- Traceback (most recent
call last):
  File "s:\binw\py24\lib\test\test_warnings.py", line
57, in test_warn_specific_category
    warnings.warn(text, category)
  File "s:\binw\py24\lib\warnings.py", line 57, in warn
    warn_explicit(message, category, filename, lineno,
module, registry)
  File "s:\binw\py24\lib\warnings.py", line 92, in
warn_explicit
    raise message
RuntimeWarning: unfiltered RuntimeWarning

on other side - coll, only one failing test as compared
to previous version:
254 tests OK.
1 test failed:
    test_warnings
35 tests skipped:
    test__locale test_aepack test_al test_applesingle
test_cd test_cl
    test_commands test_curses test_dbm test_dl
test_fcntl test_fork1
    test_gdbm test_gl test_grp test_imgfile test_ioctl
    test_linuxaudiodev test_macfs test_macostools
test_mhlib test_nis
    test_openpty test_ossaudiodev test_plistlib
test_poll test_posix
    test_pty test_pwd test_resource test_scriptpackages
test_signal
    test_sunaudiodev test_threadsignals test_timing
Those skips are all expected on win32.
History
Date User Action Args
2022-04-11 14:56:10adminsetgithub: 41658
2005-03-06 11:11:05makaroncreate