Re: [sage-release] Re: Sage 10.2.beta3 released

2023-09-18 Thread John Cremona
On Mon, 18 Sept 2023 at 09:50, Dima Pasechnik wrote: > run > > make pytest > > (or ./sage -i pytest) > > to install it and have it ready for Sage. > (i.e. install it into Sage's venv) > Thanks Dima John > > On Mon, Sep 18, 2023 at 9:04 AM John Cremona > wrote: > > > > What should I do to

Re: [sage-release] Re: Sage 10.2.beta3 released

2023-09-18 Thread Dima Pasechnik
run make pytest (or ./sage -i pytest) to install it and have it ready for Sage. (i.e. install it into Sage's venv) On Mon, Sep 18, 2023 at 9:04 AM John Cremona wrote: > > What should I do to avoid this message when running "make testlong": > > pytest is not installed in the venv, skip

Re: [sage-release] Re: Sage 10.2.beta3 released

2023-09-18 Thread John Cremona
What should I do to avoid this message when running "make testlong": pytest is not installed in the venv, skip checking tests that rely on it i.e. how should I install pytest. System-wide or what? John On Mon, 18 Sept 2023 at 01:08, Matthias Köppe wrote: > I've pushed a fix to