New submission from Charles Harris:

The lastest Python 3.6 pre-release broke a number of NumPy tests. The failing 
tests are of the sort

    with warnings.catch_warnings(record=True) as w:
        warnings.simplefilter('always')
        ...

And the failure seems to be that nothing is recorded in w. None of the beta 
releases caused problems. It is possible that the testing environment (Travis 
CI) messed up, but reporting this here just in case.

----------
components: Library (Lib)
messages: 282633
nosy: charris44
priority: normal
severity: normal
status: open
title: Python 3.6.0rc1 breaks NumPy tests.
type: behavior
versions: Python 3.6

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

Reply via email to