replace hardcoded urls to docs.pytest.org with internal crossrefs, add external crossrefs where possible

Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com>
This commit is contained in:
oleg.hoefling 2021-09-27 00:42:37 +02:00
parent 35d8c1398c
commit d58ee2b677
No known key found for this signature in database
GPG Key ID: 0F2974E780119EEA
120 changed files with 288 additions and 285 deletions

View File

@ -11,8 +11,8 @@ The single biggest news about this release are **perfected assertions**
courtesy of Benjamin Peterson. You can now safely use ``assert`` courtesy of Benjamin Peterson. You can now safely use ``assert``
statements in test modules without having to worry about side effects statements in test modules without having to worry about side effects
or python optimization ("-OO") options. This is achieved by rewriting or python optimization ("-OO") options. This is achieved by rewriting
assert statements in test modules upon import, using a PEP302 hook. assert statements in test modules upon import, using a :pep:`302` hook.
See https://docs.pytest.org/en/stable/how-to/assert.html for See :doc:`../how-to/assert` for
detailed information. The work has been partly sponsored by my company, detailed information. The work has been partly sponsored by my company,
merlinux GmbH. merlinux GmbH.

View File

@ -18,7 +18,7 @@ To see the complete changelog and documentation, please visit:
http://docs.pytest.org http://docs.pytest.org
As usual, you can upgrade from pypi via: As usual, you can upgrade from pypi via::
pip install -U pytest pip install -U pytest

View File

@ -8,7 +8,7 @@ drop-in replacement. To upgrade:
pip install --upgrade pytest pip install --upgrade pytest
The changelog is available at http://doc.pytest.org/en/stable/changelog.html. The changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -8,7 +8,7 @@ drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The changelog is available at http://doc.pytest.org/en/stable/changelog.html. The changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -8,7 +8,7 @@ being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The changelog is available at http://doc.pytest.org/en/stable/changelog.html. The changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -8,7 +8,7 @@ being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The changelog is available at http://doc.pytest.org/en/stable/changelog.html. The changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The changelog is available at http://doc.pytest.org/en/stable/changelog.html. The changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at http://doc.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at http://doc.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -9,13 +9,13 @@ against itself, passing on many different interpreters and platforms.
This release contains a bugs fixes and improvements, so users are encouraged This release contains a bugs fixes and improvements, so users are encouraged
to take a look at the CHANGELOG: to take a look at the CHANGELOG:
http://doc.pytest.org/en/stable/changelog.html :std:doc:`changelog`
For complete documentation, please visit: For complete documentation, please visit:
http://docs.pytest.org http://docs.pytest.org
As usual, you can upgrade from pypi via: As usual, you can upgrade from pypi via::
pip install -U pytest pip install -U pytest

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at http://doc.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at http://doc.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at http://doc.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -9,13 +9,13 @@ against itself, passing on many different interpreters and platforms.
This release contains a number of bugs fixes and improvements, so users are encouraged This release contains a number of bugs fixes and improvements, so users are encouraged
to take a look at the CHANGELOG: to take a look at the CHANGELOG:
https://docs.pytest.org/en/stable/changelog.html :std:doc:`changelog`
For complete documentation, please visit: For complete documentation, please visit:
https://docs.pytest.org/en/stable/ :std:doc:`../index`
As usual, you can upgrade from pypi via: As usual, you can upgrade from pypi via::
pip install -U pytest pip install -U pytest

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at https://docs.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -9,13 +9,13 @@ against itself, passing on many different interpreters and platforms.
This release contains a number of bugs fixes and improvements, so users are encouraged This release contains a number of bugs fixes and improvements, so users are encouraged
to take a look at the CHANGELOG: to take a look at the CHANGELOG:
http://doc.pytest.org/en/stable/changelog.html :std:doc:`changelog`
For complete documentation, please visit: For complete documentation, please visit:
http://docs.pytest.org http://docs.pytest.org
As usual, you can upgrade from pypi via: As usual, you can upgrade from pypi via::
pip install -U pytest pip install -U pytest

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at http://doc.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at http://doc.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at http://doc.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at http://doc.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at http://doc.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -9,13 +9,13 @@ against itself, passing on many different interpreters and platforms.
This release contains a number of bugs fixes and improvements, so users are encouraged This release contains a number of bugs fixes and improvements, so users are encouraged
to take a look at the CHANGELOG: to take a look at the CHANGELOG:
http://doc.pytest.org/en/stable/changelog.html :std:doc:`changelog`
For complete documentation, please visit: For complete documentation, please visit:
http://docs.pytest.org http://docs.pytest.org
As usual, you can upgrade from pypi via: As usual, you can upgrade from pypi via::
pip install -U pytest pip install -U pytest

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at http://doc.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at http://doc.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -9,13 +9,13 @@ against itself, passing on many different interpreters and platforms.
This release contains a number of bugs fixes and improvements, so users are encouraged This release contains a number of bugs fixes and improvements, so users are encouraged
to take a look at the CHANGELOG: to take a look at the CHANGELOG:
http://doc.pytest.org/en/stable/changelog.html :std:doc:`changelog`
For complete documentation, please visit: For complete documentation, please visit:
http://docs.pytest.org http://docs.pytest.org
As usual, you can upgrade from pypi via: As usual, you can upgrade from pypi via::
pip install -U pytest pip install -U pytest

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at http://doc.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at http://doc.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -9,13 +9,13 @@ against itself, passing on many different interpreters and platforms.
This release contains a number of bugs fixes and improvements, so users are encouraged This release contains a number of bugs fixes and improvements, so users are encouraged
to take a look at the CHANGELOG: to take a look at the CHANGELOG:
http://doc.pytest.org/en/stable/changelog.html :std:doc:`changelog`
For complete documentation, please visit: For complete documentation, please visit:
http://docs.pytest.org http://docs.pytest.org
As usual, you can upgrade from pypi via: As usual, you can upgrade from pypi via::
pip install -U pytest pip install -U pytest

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at http://doc.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -9,13 +9,13 @@ against itself, passing on many different interpreters and platforms.
This release contains a number of bugs fixes and improvements, so users are encouraged This release contains a number of bugs fixes and improvements, so users are encouraged
to take a look at the CHANGELOG: to take a look at the CHANGELOG:
http://doc.pytest.org/en/stable/changelog.html :std:doc:`changelog`
For complete documentation, please visit: For complete documentation, please visit:
http://docs.pytest.org http://docs.pytest.org
As usual, you can upgrade from pypi via: As usual, you can upgrade from pypi via::
pip install -U pytest pip install -U pytest

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at http://doc.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at http://doc.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at http://doc.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at http://doc.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -9,13 +9,13 @@ against itself, passing on many different interpreters and platforms.
This release contains a number of bugs fixes and improvements, so users are encouraged This release contains a number of bugs fixes and improvements, so users are encouraged
to take a look at the CHANGELOG: to take a look at the CHANGELOG:
http://doc.pytest.org/en/stable/changelog.html :std:doc:`changelog`
For complete documentation, please visit: For complete documentation, please visit:
http://docs.pytest.org http://docs.pytest.org
As usual, you can upgrade from pypi via: As usual, you can upgrade from pypi via::
pip install -U pytest pip install -U pytest

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at http://doc.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at http://doc.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at http://doc.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at https://docs.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -9,13 +9,13 @@ against itself, passing on many different interpreters and platforms.
This release contains a number of bugs fixes and improvements, so users are encouraged This release contains a number of bugs fixes and improvements, so users are encouraged
to take a look at the CHANGELOG: to take a look at the CHANGELOG:
https://docs.pytest.org/en/stable/changelog.html :std:doc:`changelog`
For complete documentation, please visit: For complete documentation, please visit:
https://docs.pytest.org/en/stable/ :std:doc:`../index`
As usual, you can upgrade from pypi via: As usual, you can upgrade from pypi via::
pip install -U pytest pip install -U pytest

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at https://docs.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at https://docs.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -9,13 +9,13 @@ against itself, passing on many different interpreters and platforms.
This release contains a number of bugs fixes and improvements, so users are encouraged This release contains a number of bugs fixes and improvements, so users are encouraged
to take a look at the CHANGELOG: to take a look at the CHANGELOG:
https://docs.pytest.org/en/stable/changelog.html :std:doc:`changelog`
For complete documentation, please visit: For complete documentation, please visit:
https://docs.pytest.org/en/stable/ :std:doc:`../index`
As usual, you can upgrade from pypi via: As usual, you can upgrade from pypi via::
pip install -U pytest pip install -U pytest

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at https://docs.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at https://docs.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at https://docs.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -9,13 +9,13 @@ against itself, passing on many different interpreters and platforms.
This release contains a number of bugs fixes and improvements, so users are encouraged This release contains a number of bugs fixes and improvements, so users are encouraged
to take a look at the CHANGELOG: to take a look at the CHANGELOG:
https://docs.pytest.org/en/stable/changelog.html :std:doc:`changelog`
For complete documentation, please visit: For complete documentation, please visit:
https://docs.pytest.org/en/stable/ :std:doc:`../index`
As usual, you can upgrade from pypi via: As usual, you can upgrade from pypi via::
pip install -U pytest pip install -U pytest

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at https://docs.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at https://docs.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -9,13 +9,13 @@ against itself, passing on many different interpreters and platforms.
This release contains a number of bugs fixes and improvements, so users are encouraged This release contains a number of bugs fixes and improvements, so users are encouraged
to take a look at the CHANGELOG: to take a look at the CHANGELOG:
https://docs.pytest.org/en/stable/changelog.html :std:doc:`changelog`
For complete documentation, please visit: For complete documentation, please visit:
https://docs.pytest.org/en/stable/ :std:doc:`../index`
As usual, you can upgrade from pypi via: As usual, you can upgrade from pypi via::
pip install -U pytest pip install -U pytest

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at https://docs.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -9,13 +9,13 @@ against itself, passing on many different interpreters and platforms.
This release contains a number of bugs fixes and improvements, so users are encouraged This release contains a number of bugs fixes and improvements, so users are encouraged
to take a look at the CHANGELOG: to take a look at the CHANGELOG:
https://docs.pytest.org/en/stable/changelog.html :std:doc:`changelog`
For complete documentation, please visit: For complete documentation, please visit:
https://docs.pytest.org/en/stable/ :std:doc:`../index`
As usual, you can upgrade from pypi via: As usual, you can upgrade from pypi via::
pip install -U pytest pip install -U pytest

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at https://docs.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -9,13 +9,13 @@ against itself, passing on many different interpreters and platforms.
This release contains a number of bugs fixes and improvements, so users are encouraged This release contains a number of bugs fixes and improvements, so users are encouraged
to take a look at the CHANGELOG: to take a look at the CHANGELOG:
https://docs.pytest.org/en/stable/changelog.html :std:doc:`changelog`
For complete documentation, please visit: For complete documentation, please visit:
https://docs.pytest.org/en/stable/ :std:doc:`../index`
As usual, you can upgrade from pypi via: As usual, you can upgrade from pypi via::
pip install -U pytest pip install -U pytest

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at https://docs.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -9,13 +9,13 @@ against itself, passing on many different interpreters and platforms.
This release contains a number of bugs fixes and improvements, so users are encouraged This release contains a number of bugs fixes and improvements, so users are encouraged
to take a look at the CHANGELOG: to take a look at the CHANGELOG:
https://docs.pytest.org/en/stable/changelog.html :std:doc:`changelog`
For complete documentation, please visit: For complete documentation, please visit:
https://docs.pytest.org/en/stable/ :std:doc:`../index`
As usual, you can upgrade from pypi via: As usual, you can upgrade from pypi via::
pip install -U pytest pip install -U pytest

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at https://docs.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at https://docs.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -9,13 +9,13 @@ against itself, passing on many different interpreters and platforms.
This release contains a number of bugs fixes and improvements, so users are encouraged This release contains a number of bugs fixes and improvements, so users are encouraged
to take a look at the CHANGELOG: to take a look at the CHANGELOG:
https://docs.pytest.org/en/stable/changelog.html :std:doc:`changelog`
For complete documentation, please visit: For complete documentation, please visit:
https://docs.pytest.org/en/stable/ :std:doc:`../index`
As usual, you can upgrade from pypi via: As usual, you can upgrade from pypi via::
pip install -U pytest pip install -U pytest

View File

@ -9,13 +9,13 @@ against itself, passing on many different interpreters and platforms.
This release contains a number of bugs fixes and improvements, so users are encouraged This release contains a number of bugs fixes and improvements, so users are encouraged
to take a look at the CHANGELOG: to take a look at the CHANGELOG:
https://docs.pytest.org/en/stable/changelog.html :std:doc:`changelog`
For complete documentation, please visit: For complete documentation, please visit:
https://docs.pytest.org/en/stable/ :std:doc:`../index`
As usual, you can upgrade from pypi via: As usual, you can upgrade from pypi via::
pip install -U pytest pip install -U pytest

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at https://docs.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at https://docs.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at https://docs.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at https://docs.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at https://docs.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at https://docs.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at https://docs.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at https://docs.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at https://docs.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -9,13 +9,13 @@ against itself, passing on many different interpreters and platforms.
This release contains a number of bugs fixes and improvements, so users are encouraged This release contains a number of bugs fixes and improvements, so users are encouraged
to take a look at the CHANGELOG: to take a look at the CHANGELOG:
https://docs.pytest.org/en/stable/changelog.html :std:doc:`changelog`
For complete documentation, please visit: For complete documentation, please visit:
https://docs.pytest.org/en/stable/ :std:doc:`../index`
As usual, you can upgrade from pypi via: As usual, you can upgrade from pypi via::
pip install -U pytest pip install -U pytest

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at https://docs.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -9,13 +9,13 @@ against itself, passing on many different interpreters and platforms.
This release contains a number of bugs fixes and improvements, so users are encouraged This release contains a number of bugs fixes and improvements, so users are encouraged
to take a look at the CHANGELOG: to take a look at the CHANGELOG:
https://docs.pytest.org/en/stable/changelog.html :std:doc:`changelog`
For complete documentation, please visit: For complete documentation, please visit:
https://docs.pytest.org/en/stable/ :std:doc:`../index`
As usual, you can upgrade from pypi via: As usual, you can upgrade from pypi via::
pip install -U pytest pip install -U pytest

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at https://docs.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at https://docs.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at https://docs.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -9,13 +9,13 @@ against itself, passing on many different interpreters and platforms.
This release contains a number of bugs fixes and improvements, so users are encouraged This release contains a number of bugs fixes and improvements, so users are encouraged
to take a look at the CHANGELOG: to take a look at the CHANGELOG:
https://docs.pytest.org/en/stable/changelog.html :std:doc:`changelog`
For complete documentation, please visit: For complete documentation, please visit:
https://docs.pytest.org/en/stable/ :std:doc:`../index`
As usual, you can upgrade from pypi via: As usual, you can upgrade from pypi via::
pip install -U pytest pip install -U pytest

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at https://docs.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at https://docs.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at https://docs.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at https://docs.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -9,13 +9,13 @@ against itself, passing on many different interpreters and platforms.
This release contains a number of bugs fixes and improvements, so users are encouraged This release contains a number of bugs fixes and improvements, so users are encouraged
to take a look at the CHANGELOG: to take a look at the CHANGELOG:
https://docs.pytest.org/en/stable/changelog.html :std:doc:`changelog`
For complete documentation, please visit: For complete documentation, please visit:
https://docs.pytest.org/en/stable/ :std:doc:`../index`
As usual, you can upgrade from pypi via: As usual, you can upgrade from pypi via::
pip install -U pytest pip install -U pytest

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at https://docs.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at https://docs.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at https://docs.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at https://docs.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at https://docs.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -9,13 +9,13 @@ against itself, passing on many different interpreters and platforms.
This release contains a number of bug fixes and improvements, so users are encouraged This release contains a number of bug fixes and improvements, so users are encouraged
to take a look at the CHANGELOG: to take a look at the CHANGELOG:
https://docs.pytest.org/en/stable/changelog.html :std:doc:`changelog`
For complete documentation, please visit: For complete documentation, please visit:
https://docs.pytest.org/en/stable/ :std:doc:`../index`
As usual, you can upgrade from PyPI via: As usual, you can upgrade from PyPI via::
pip install -U pytest pip install -U pytest

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at https://docs.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at https://docs.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at https://docs.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -9,13 +9,13 @@ against itself, passing on many different interpreters and platforms.
This release contains a number of bug fixes and improvements, so users are encouraged This release contains a number of bug fixes and improvements, so users are encouraged
to take a look at the CHANGELOG: to take a look at the CHANGELOG:
https://docs.pytest.org/en/latest/changelog.html :std:doc:`changelog`
For complete documentation, please visit: For complete documentation, please visit:
https://docs.pytest.org/en/latest/ :std:doc:`../index`
As usual, you can upgrade from PyPI via: As usual, you can upgrade from PyPI via::
pip install -U pytest pip install -U pytest

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at https://docs.pytest.org/en/latest/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at https://docs.pytest.org/en/latest/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at https://docs.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all of the contributors to this release: Thanks to all of the contributors to this release:

View File

@ -6,13 +6,13 @@ The pytest team is proud to announce the 6.1.0 release!
This release contains new features, improvements, bug fixes, and breaking changes, so users This release contains new features, improvements, bug fixes, and breaking changes, so users
are encouraged to take a look at the CHANGELOG carefully: are encouraged to take a look at the CHANGELOG carefully:
https://docs.pytest.org/en/stable/changelog.html :std:doc:`changelog`
For complete documentation, please visit: For complete documentation, please visit:
https://docs.pytest.org/en/stable/ :std:doc:`../index`
As usual, you can upgrade from PyPI via: As usual, you can upgrade from PyPI via::
pip install -U pytest pip install -U pytest

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at https://docs.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all of the contributors to this release: Thanks to all of the contributors to this release:

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at https://docs.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all of the contributors to this release: Thanks to all of the contributors to this release:

View File

@ -6,13 +6,13 @@ The pytest team is proud to announce the 6.2.0 release!
This release contains new features, improvements, bug fixes, and breaking changes, so users This release contains new features, improvements, bug fixes, and breaking changes, so users
are encouraged to take a look at the CHANGELOG carefully: are encouraged to take a look at the CHANGELOG carefully:
https://docs.pytest.org/en/stable/changelog.html :std:doc:`changelog`
For complete documentation, please visit: For complete documentation, please visit:
https://docs.pytest.org/en/stable/ :std:doc:`../index`
As usual, you can upgrade from PyPI via: As usual, you can upgrade from PyPI via::
pip install -U pytest pip install -U pytest

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at https://docs.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all of the contributors to this release: Thanks to all of the contributors to this release:

View File

@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest pip install --upgrade pytest
The full changelog is available at https://docs.pytest.org/en/stable/changelog.html. The full changelog is available at :std:doc:`changelog`.
Thanks to all of the contributors to this release: Thanks to all of the contributors to this release:

Some files were not shown because too many files have changed in this diff Show More