revert changes in doc/en/announce

Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com>
This commit is contained in:
oleg.hoefling 2021-10-04 20:06:13 +02:00
parent d58ee2b677
commit 3926526c95
No known key found for this signature in database
GPG Key ID: 0F2974E780119EEA
103 changed files with 147 additions and 147 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 :pep:`302` hook. assert statements in test modules upon import, using a PEP302 hook.
See :doc:`../how-to/assert` for See https://docs.pytest.org/en/stable/how-to/assert.html 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 :std:doc:`changelog`. The changelog is available at http://doc.pytest.org/en/stable/changelog.html.
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 :std:doc:`changelog`. The changelog is available at http://doc.pytest.org/en/stable/changelog.html.
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 :std:doc:`changelog`. The changelog is available at http://doc.pytest.org/en/stable/changelog.html.
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 :std:doc:`changelog`. The changelog is available at http://doc.pytest.org/en/stable/changelog.html.
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 :std:doc:`changelog`. The changelog is available at http://doc.pytest.org/en/stable/changelog.html.
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 :std:doc:`changelog`. The full changelog is available at http://doc.pytest.org/en/stable/changelog.html.
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 :std:doc:`changelog`. The full changelog is available at http://doc.pytest.org/en/stable/changelog.html.
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:
:std:doc:`changelog` http://doc.pytest.org/en/stable/changelog.html
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 :std:doc:`changelog`. The full changelog is available at http://doc.pytest.org/en/stable/changelog.html.
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 :std:doc:`changelog`. The full changelog is available at http://doc.pytest.org/en/stable/changelog.html.
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 :std:doc:`changelog`. The full changelog is available at http://doc.pytest.org/en/stable/changelog.html.
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:
:std:doc:`changelog` https://docs.pytest.org/en/stable/changelog.html
For complete documentation, please visit: For complete documentation, please visit:
:std:doc:`../index` https://docs.pytest.org/en/stable/
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 :std:doc:`changelog`. The full changelog is available at https://docs.pytest.org/en/stable/changelog.html.
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:
:std:doc:`changelog` http://doc.pytest.org/en/stable/changelog.html
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 :std:doc:`changelog`. The full changelog is available at http://doc.pytest.org/en/stable/changelog.html.
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 :std:doc:`changelog`. The full changelog is available at http://doc.pytest.org/en/stable/changelog.html.
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 :std:doc:`changelog`. The full changelog is available at http://doc.pytest.org/en/stable/changelog.html.
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 :std:doc:`changelog`. The full changelog is available at http://doc.pytest.org/en/stable/changelog.html.
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 :std:doc:`changelog`. The full changelog is available at http://doc.pytest.org/en/stable/changelog.html.
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:
:std:doc:`changelog` http://doc.pytest.org/en/stable/changelog.html
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 :std:doc:`changelog`. The full changelog is available at http://doc.pytest.org/en/stable/changelog.html.
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 :std:doc:`changelog`. The full changelog is available at http://doc.pytest.org/en/stable/changelog.html.
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:
:std:doc:`changelog` http://doc.pytest.org/en/stable/changelog.html
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 :std:doc:`changelog`. The full changelog is available at http://doc.pytest.org/en/stable/changelog.html.
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 :std:doc:`changelog`. The full changelog is available at http://doc.pytest.org/en/stable/changelog.html.
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:
:std:doc:`changelog` http://doc.pytest.org/en/stable/changelog.html
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 :std:doc:`changelog`. The full changelog is available at http://doc.pytest.org/en/stable/changelog.html.
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:
:std:doc:`changelog` http://doc.pytest.org/en/stable/changelog.html
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 :std:doc:`changelog`. The full changelog is available at http://doc.pytest.org/en/stable/changelog.html.
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 :std:doc:`changelog`. The full changelog is available at http://doc.pytest.org/en/stable/changelog.html.
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 :std:doc:`changelog`. The full changelog is available at http://doc.pytest.org/en/stable/changelog.html.
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 :std:doc:`changelog`. The full changelog is available at http://doc.pytest.org/en/stable/changelog.html.
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:
:std:doc:`changelog` http://doc.pytest.org/en/stable/changelog.html
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 :std:doc:`changelog`. The full changelog is available at http://doc.pytest.org/en/stable/changelog.html.
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 :std:doc:`changelog`. The full changelog is available at http://doc.pytest.org/en/stable/changelog.html.
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 :std:doc:`changelog`. The full changelog is available at http://doc.pytest.org/en/stable/changelog.html.
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 :std:doc:`changelog`. The full changelog is available at https://docs.pytest.org/en/stable/changelog.html.
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:
:std:doc:`changelog` https://docs.pytest.org/en/stable/changelog.html
For complete documentation, please visit: For complete documentation, please visit:
:std:doc:`../index` https://docs.pytest.org/en/stable/
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 :std:doc:`changelog`. The full changelog is available at https://docs.pytest.org/en/stable/changelog.html.
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 :std:doc:`changelog`. The full changelog is available at https://docs.pytest.org/en/stable/changelog.html.
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:
:std:doc:`changelog` https://docs.pytest.org/en/stable/changelog.html
For complete documentation, please visit: For complete documentation, please visit:
:std:doc:`../index` https://docs.pytest.org/en/stable/
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 :std:doc:`changelog`. The full changelog is available at https://docs.pytest.org/en/stable/changelog.html.
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 :std:doc:`changelog`. The full changelog is available at https://docs.pytest.org/en/stable/changelog.html.
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 :std:doc:`changelog`. The full changelog is available at https://docs.pytest.org/en/stable/changelog.html.
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:
:std:doc:`changelog` https://docs.pytest.org/en/stable/changelog.html
For complete documentation, please visit: For complete documentation, please visit:
:std:doc:`../index` https://docs.pytest.org/en/stable/
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 :std:doc:`changelog`. The full changelog is available at https://docs.pytest.org/en/stable/changelog.html.
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 :std:doc:`changelog`. The full changelog is available at https://docs.pytest.org/en/stable/changelog.html.
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:
:std:doc:`changelog` https://docs.pytest.org/en/stable/changelog.html
For complete documentation, please visit: For complete documentation, please visit:
:std:doc:`../index` https://docs.pytest.org/en/stable/
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 :std:doc:`changelog`. The full changelog is available at https://docs.pytest.org/en/stable/changelog.html.
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:
:std:doc:`changelog` https://docs.pytest.org/en/stable/changelog.html
For complete documentation, please visit: For complete documentation, please visit:
:std:doc:`../index` https://docs.pytest.org/en/stable/
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 :std:doc:`changelog`. The full changelog is available at https://docs.pytest.org/en/stable/changelog.html.
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:
:std:doc:`changelog` https://docs.pytest.org/en/stable/changelog.html
For complete documentation, please visit: For complete documentation, please visit:
:std:doc:`../index` https://docs.pytest.org/en/stable/
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 :std:doc:`changelog`. The full changelog is available at https://docs.pytest.org/en/stable/changelog.html.
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:
:std:doc:`changelog` https://docs.pytest.org/en/stable/changelog.html
For complete documentation, please visit: For complete documentation, please visit:
:std:doc:`../index` https://docs.pytest.org/en/stable/
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 :std:doc:`changelog`. The full changelog is available at https://docs.pytest.org/en/stable/changelog.html.
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 :std:doc:`changelog`. The full changelog is available at https://docs.pytest.org/en/stable/changelog.html.
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:
:std:doc:`changelog` https://docs.pytest.org/en/stable/changelog.html
For complete documentation, please visit: For complete documentation, please visit:
:std:doc:`../index` https://docs.pytest.org/en/stable/
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:
:std:doc:`changelog` https://docs.pytest.org/en/stable/changelog.html
For complete documentation, please visit: For complete documentation, please visit:
:std:doc:`../index` https://docs.pytest.org/en/stable/
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 :std:doc:`changelog`. The full changelog is available at https://docs.pytest.org/en/stable/changelog.html.
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 :std:doc:`changelog`. The full changelog is available at https://docs.pytest.org/en/stable/changelog.html.
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 :std:doc:`changelog`. The full changelog is available at https://docs.pytest.org/en/stable/changelog.html.
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 :std:doc:`changelog`. The full changelog is available at https://docs.pytest.org/en/stable/changelog.html.
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 :std:doc:`changelog`. The full changelog is available at https://docs.pytest.org/en/stable/changelog.html.
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 :std:doc:`changelog`. The full changelog is available at https://docs.pytest.org/en/stable/changelog.html.
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 :std:doc:`changelog`. The full changelog is available at https://docs.pytest.org/en/stable/changelog.html.
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 :std:doc:`changelog`. The full changelog is available at https://docs.pytest.org/en/stable/changelog.html.
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 :std:doc:`changelog`. The full changelog is available at https://docs.pytest.org/en/stable/changelog.html.
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:
:std:doc:`changelog` https://docs.pytest.org/en/stable/changelog.html
For complete documentation, please visit: For complete documentation, please visit:
:std:doc:`../index` https://docs.pytest.org/en/stable/
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 :std:doc:`changelog`. The full changelog is available at https://docs.pytest.org/en/stable/changelog.html.
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:
:std:doc:`changelog` https://docs.pytest.org/en/stable/changelog.html
For complete documentation, please visit: For complete documentation, please visit:
:std:doc:`../index` https://docs.pytest.org/en/stable/
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 :std:doc:`changelog`. The full changelog is available at https://docs.pytest.org/en/stable/changelog.html.
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 :std:doc:`changelog`. The full changelog is available at https://docs.pytest.org/en/stable/changelog.html.
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 :std:doc:`changelog`. The full changelog is available at https://docs.pytest.org/en/stable/changelog.html.
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:
:std:doc:`changelog` https://docs.pytest.org/en/stable/changelog.html
For complete documentation, please visit: For complete documentation, please visit:
:std:doc:`../index` https://docs.pytest.org/en/stable/
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 :std:doc:`changelog`. The full changelog is available at https://docs.pytest.org/en/stable/changelog.html.
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 :std:doc:`changelog`. The full changelog is available at https://docs.pytest.org/en/stable/changelog.html.
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 :std:doc:`changelog`. The full changelog is available at https://docs.pytest.org/en/stable/changelog.html.
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 :std:doc:`changelog`. The full changelog is available at https://docs.pytest.org/en/stable/changelog.html.
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:
:std:doc:`changelog` https://docs.pytest.org/en/stable/changelog.html
For complete documentation, please visit: For complete documentation, please visit:
:std:doc:`../index` https://docs.pytest.org/en/stable/
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 :std:doc:`changelog`. The full changelog is available at https://docs.pytest.org/en/stable/changelog.html.
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 :std:doc:`changelog`. The full changelog is available at https://docs.pytest.org/en/stable/changelog.html.
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 :std:doc:`changelog`. The full changelog is available at https://docs.pytest.org/en/stable/changelog.html.
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 :std:doc:`changelog`. The full changelog is available at https://docs.pytest.org/en/stable/changelog.html.
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 :std:doc:`changelog`. The full changelog is available at https://docs.pytest.org/en/stable/changelog.html.
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:
:std:doc:`changelog` https://docs.pytest.org/en/stable/changelog.html
For complete documentation, please visit: For complete documentation, please visit:
:std:doc:`../index` https://docs.pytest.org/en/stable/
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 :std:doc:`changelog`. The full changelog is available at https://docs.pytest.org/en/stable/changelog.html.
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 :std:doc:`changelog`. The full changelog is available at https://docs.pytest.org/en/stable/changelog.html.
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 :std:doc:`changelog`. The full changelog is available at https://docs.pytest.org/en/stable/changelog.html.
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:
:std:doc:`changelog` https://docs.pytest.org/en/latest/changelog.html
For complete documentation, please visit: For complete documentation, please visit:
:std:doc:`../index` https://docs.pytest.org/en/latest/
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 :std:doc:`changelog`. The full changelog is available at https://docs.pytest.org/en/latest/changelog.html.
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 :std:doc:`changelog`. The full changelog is available at https://docs.pytest.org/en/latest/changelog.html.
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 :std:doc:`changelog`. The full changelog is available at https://docs.pytest.org/en/stable/changelog.html.
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:
:std:doc:`changelog` https://docs.pytest.org/en/stable/changelog.html
For complete documentation, please visit: For complete documentation, please visit:
:std:doc:`../index` https://docs.pytest.org/en/stable/
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 :std:doc:`changelog`. The full changelog is available at https://docs.pytest.org/en/stable/changelog.html.
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 :std:doc:`changelog`. The full changelog is available at https://docs.pytest.org/en/stable/changelog.html.
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:
:std:doc:`changelog` https://docs.pytest.org/en/stable/changelog.html
For complete documentation, please visit: For complete documentation, please visit:
:std:doc:`../index` https://docs.pytest.org/en/stable/
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 :std:doc:`changelog`. The full changelog is available at https://docs.pytest.org/en/stable/changelog.html.
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 :std:doc:`changelog`. The full changelog is available at https://docs.pytest.org/en/stable/changelog.html.
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