Re: [Numpy-discussion] Deprecate np.testing.dec

2020-12-23 Thread Charles R Harris
On Wed, Dec 23, 2020 at 11:09 AM Kevin Sheppard wrote: > Have you performed a search on GitHub to look for use of the decorators? > I think external use is more of a concern than internal. > > > > Kevin > Note that nose is no longer supported and needs (minor) patching to work with recent Python

Re: [Numpy-discussion] Deprecate np.testing.dec

2020-12-23 Thread Kevin Sheppard
Have you performed a search on GitHub to look for use of the decorators?  I think external use is more of a concern than internal. Kevin  From: rpolleySent: Wednesday, December 23, 2020 6:05 PMTo: numpy-discussion@python.orgSubject: [Numpy-discussion] Deprecate np.testing.dec Saw some discussion

[Numpy-discussion] Deprecate np.testing.dec

2020-12-23 Thread rpolley
Saw some discussion in this issue that since the decorators in np.testing.dec are there to support the nose testing framework, and since we use pytest mainly for testing now, that the decorators there should be deprecated. I created a pull request <