Re: [Numpy-discussion] Release vs development testing.

2019-05-13 Thread Charles R Harris
On Mon, May 13, 2019 at 11:50 AM Nathaniel Smith wrote: > On Mon, May 13, 2019, 10:26 Charles R Harris > wrote: > >> I just checked that current wheels show the warnings when `numpy.test()` >> is run with latest pytest. However, moving the `pytest.ini` file into the >> `numpy` directory is tric

Re: [Numpy-discussion] Release vs development testing.

2019-05-13 Thread Nathaniel Smith
On Mon, May 13, 2019, 10:26 Charles R Harris wrote: > I just checked that current wheels show the warnings when `numpy.test()` > is run with latest pytest. However, moving the `pytest.ini` file into the > `numpy` directory is tricky, as we need to tell pytest where to find the > installed file (

Re: [Numpy-discussion] Release vs development testing.

2019-05-13 Thread Charles R Harris
On Mon, May 13, 2019 at 11:25 AM Charles R Harris wrote: > > > On Mon, May 13, 2019 at 3:02 AM Ralf Gommers > wrote: > >> >> >> On Sun, May 12, 2019 at 4:41 PM Charles R Harris < >> charlesr.har...@gmail.com> wrote: >> >>> >>> >>> On Sun, May 12, 2019 at 7:27 AM Ralf Gommers >>> wrote: >>>

Re: [Numpy-discussion] Release vs development testing.

2019-05-13 Thread Charles R Harris
On Mon, May 13, 2019 at 3:02 AM Ralf Gommers wrote: > > > On Sun, May 12, 2019 at 4:41 PM Charles R Harris < > charlesr.har...@gmail.com> wrote: > >> >> >> On Sun, May 12, 2019 at 7:27 AM Ralf Gommers >> wrote: >> >>> >>> >>> On Sun, May 12, 2019 at 3:56 PM Charles R Harris < >>> charlesr.har...

Re: [Numpy-discussion] Release vs development testing.

2019-05-13 Thread Ralf Gommers
On Sun, May 12, 2019 at 4:41 PM Charles R Harris wrote: > > > On Sun, May 12, 2019 at 7:27 AM Ralf Gommers > wrote: > >> >> >> On Sun, May 12, 2019 at 3:56 PM Charles R Harris < >> charlesr.har...@gmail.com> wrote: >> >>> >>> >>> On Sun, May 12, 2019 at 6:33 AM Julian Taylor < >>> jtaylor.deb...

Re: [Numpy-discussion] Release vs development testing.

2019-05-12 Thread Charles R Harris
On Sun, May 12, 2019 at 7:27 AM Ralf Gommers wrote: > > > On Sun, May 12, 2019 at 3:56 PM Charles R Harris < > charlesr.har...@gmail.com> wrote: > >> >> >> On Sun, May 12, 2019 at 6:33 AM Julian Taylor < >> jtaylor.deb...@googlemail.com> wrote: >> >>> On 12.05.19 14:58, Charles R Harris wrote: >>

Re: [Numpy-discussion] Release vs development testing.

2019-05-12 Thread Ralf Gommers
On Sun, May 12, 2019 at 3:56 PM Charles R Harris wrote: > > > On Sun, May 12, 2019 at 6:33 AM Julian Taylor < > jtaylor.deb...@googlemail.com> wrote: > >> On 12.05.19 14:58, Charles R Harris wrote: >> > Hi All, >> > >> > NumPy currently distinguishes between release and development versions >> >

Re: [Numpy-discussion] Release vs development testing.

2019-05-12 Thread Charles R Harris
On Sun, May 12, 2019 at 6:33 AM Julian Taylor wrote: > On 12.05.19 14:58, Charles R Harris wrote: > > Hi All, > > > > NumPy currently distinguishes between release and development versions > > when running tests. Is there a good reason to continue this practice? I > > ask, because with the last p

Re: [Numpy-discussion] Release vs development testing.

2019-05-12 Thread Julian Taylor
On 12.05.19 14:58, Charles R Harris wrote: > Hi All, > > NumPy currently distinguishes between release and development versions > when running tests. Is there a good reason to continue this practice? I > ask, because with the last pytest release it would be convenient to > always include `pytest.i

[Numpy-discussion] Release vs development testing.

2019-05-12 Thread Charles R Harris
Hi All, NumPy currently distinguishes between release and development versions when running tests. Is there a good reason to continue this practice? I ask, because with the last pytest release it would be convenient to always include `pytest.ini ` so that we can register markers. The presence of `