[Numpy-discussion] Re: Python 3.10 update

2021-10-18 Thread Andrew Nelson
On Tue, 19 Oct 2021 at 09:41, Matthew Brett wrote: > > Is it possible you have a funny option in a pytest configuration file > somewhere? > Thanks for the tip. Yes, I had a directory called test in the CWD, which probably confused things. The tests run now. Sorry for the noise. _

[Numpy-discussion] Re: Python 3.10 update

2021-10-18 Thread Matthew Brett
Hi, On Mon, Oct 18, 2021 at 11:23 PM Andrew Nelson wrote: > > I realised that I hadn't installed hypothesis. Now things are a little > different (the number of tests detected), but still not working: > > ``` > conda create -n test -c defaults python=3.10 > conda activate test > pip install -i ht

[Numpy-discussion] Re: Python 3.10 update

2021-10-18 Thread Andrew Nelson
I realised that I hadn't installed hypothesis. Now things are a little different (the number of tests detected), but still not working: ``` conda create -n test -c defaults python=3.10 conda activate test pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy pip install pytest

[Numpy-discussion] Re: Python 3.10 update

2021-10-18 Thread Matthew Brett
Hi, On Mon, Oct 18, 2021 at 2:28 PM Andrew Nelson wrote: > > > > On Mon, 18 Oct 2021, 23:44 Charles R Harris, wrote >>> >>> ``` >> >> >> Thanks for testing. Are you on Intel or Arm? > > > Intel Running the equivalent commands in a fresh macOS 11.6 Intel virtualenv gives no errors or test failur

[Numpy-discussion] Re: Python 3.10 update

2021-10-18 Thread Andrew Nelson
On Mon, 18 Oct 2021, 23:44 Charles R Harris, wrote > ``` >> > > Thanks for testing. Are you on Intel or Arm? > Intel > > ___ NumPy-Discussion mailing list -- numpy-discussion@python.org To unsubscribe send an email to numpy-discussion-le...@python.org

[Numpy-discussion] Re: Python 3.10 update

2021-10-18 Thread Charles R Harris
On Sun, Oct 17, 2021 at 3:44 PM Andrew Nelson wrote: > On Mon, 18 Oct 2021 at 07:50, Charles R Harris > wrote: > >> Hi All, >> It would be nice if someone could test the nightly universal2 wheels for >> Mac, they can be installed with >> >> pip install -i https://pypi.anaconda.org/scipy-wheels-

[Numpy-discussion] Re: Python 3.10 update

2021-10-17 Thread Andrew Nelson
On Mon, 18 Oct 2021 at 07:50, Charles R Harris wrote: > Hi All, > It would be nice if someone could test the nightly universal2 wheels for > Mac, they can be installed with > > pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple > numpy > > Chuck > Seems to pip install ok onto