Re: [pytest-dev] pytest 6.0.1

2020-07-30 Thread Bruno Oliveira
Ahh sorry, the correct link is: https://docs.pytest.org/en/stable/changelog.html This has been fixed in master, but not ported to the 6.0.x branch yet. Will fix it. Thanks, Bruno On Thu, Jul 30, 2020 at 11:20 AM Thomas Grainger wrote: > I can't see a 6.0.1 changelog at that link > > On Thu, J

Re: [pytest-dev] pytest 6.0.1

2020-07-30 Thread Thomas Grainger
I can't see a 6.0.1 changelog at that link On Thu, Jul 30, 2020, 13:50 Bruno Oliveira wrote: > pytest 6.0.1 has just been released to PyPI. > > This is a bug-fix release, being a drop-in replacement. To upgrade:: > > pip install --upgrade pytest > > The full changelog is available at > https:/