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://docs.pytest.org/en/latest/changelog.html.
Thanks to all who contributed to this release, among them:
* Bru
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:/
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