Hey,

On Sat, Aug 18, 2018 at 9:17 AM Floris Bruynooghe <f...@devork.be> wrote:

> Hi Rusty,
>
> On Fri 17 Aug 2018 at 22:08 -0600, Rusty Howell wrote:
>
> > In doing some research on this, I see that the py library is in
> maintenance
> > mode and "should not be used in new code", according to the docs at
> > https://pypi.org/project/py/. Are there any concerns with continuing to
> use
> > this library going forward?
>
> Given that this team also maintains the py library there's no issue with
> keeping using it for anything for which we already use it.  So anything
> from the py library which is already being used by pytest you can
> happily keep using.
>
> If you want to start using new things from the py lib then maybe ping
> this list first to see if that's still the best solution.
>

Just want to add that if you want to use something else from the standard
library then please go ahead. The pylib was created many years ago as a
bridge between Python 2 and 3 and various utilities, the latter which have
since then been added to the standard library.

Cheers,
Bruno.
_______________________________________________
pytest-dev mailing list
pytest-dev@python.org
https://mail.python.org/mailman/listinfo/pytest-dev

Reply via email to