[New-bugs-announce] [issue28897] Python 3.6.0rc1 breaks NumPy tests.

Charles Harris report at bugs.python.org
Wed Dec 7 11:54:01 EST 2016


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 <report at bugs.python.org>
<http://bugs.python.org/issue28897>
_______________________________________


More information about the New-bugs-announce mailing list