[Numpy-discussion] next NumPy triage meeting

2022-07-25 Thread Inessa Pawson
The next NumPy triage meeting will be held this Wednesday, July 27th at 16:00 (4 pm) UTC. This is a meeting where we synchronously triage prioritized PRs and issues. Join us via Zoom: https://berkeley.zoom.us/j/762261535 Everyone is welcome to attend and contribute to a conversation. Please notify

[Numpy-discussion] Remove nose support?

2022-07-25 Thread Charles R Harris
Hi All, I propose to remove nose support from numpy/testing/. We moved to pytest about five years ago because nose was no longer maintained, but kept the outdated nose support for downstream projects who had not yet dropped it. Nose itself has been replaced with nose2, and while it remains availab

[Numpy-discussion] Re: Remove nose support?

2022-07-25 Thread Ralf Gommers
On Mon, Jul 25, 2022 at 7:46 PM Charles R Harris wrote: > Hi All, > > I propose to remove nose support from numpy/testing/. We moved to pytest > about five years ago because nose was no longer maintained, but kept the > outdated nose support for downstream projects who had not yet dropped it. > N