revert changes in doc/en/announce
Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com>
This commit is contained in:
parent
d58ee2b677
commit
3926526c95
|
@ -11,8 +11,8 @@ The single biggest news about this release are **perfected assertions**
|
|||
courtesy of Benjamin Peterson. You can now safely use ``assert``
|
||||
statements in test modules without having to worry about side effects
|
||||
or python optimization ("-OO") options. This is achieved by rewriting
|
||||
assert statements in test modules upon import, using a :pep:`302` hook.
|
||||
See :doc:`../how-to/assert` for
|
||||
assert statements in test modules upon import, using a PEP302 hook.
|
||||
See https://docs.pytest.org/en/stable/how-to/assert.html for
|
||||
detailed information. The work has been partly sponsored by my company,
|
||||
merlinux GmbH.
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ To see the complete changelog and documentation, please visit:
|
|||
|
||||
http://docs.pytest.org
|
||||
|
||||
As usual, you can upgrade from pypi via::
|
||||
As usual, you can upgrade from pypi via:
|
||||
|
||||
pip install -U pytest
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ drop-in replacement. To upgrade:
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -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
|
||||
to take a look at the CHANGELOG:
|
||||
|
||||
:std:doc:`changelog`
|
||||
http://doc.pytest.org/en/stable/changelog.html
|
||||
|
||||
For complete documentation, please visit:
|
||||
|
||||
http://docs.pytest.org
|
||||
|
||||
As usual, you can upgrade from pypi via::
|
||||
As usual, you can upgrade from pypi via:
|
||||
|
||||
pip install -U pytest
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -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
|
||||
to take a look at the CHANGELOG:
|
||||
|
||||
:std:doc:`changelog`
|
||||
https://docs.pytest.org/en/stable/changelog.html
|
||||
|
||||
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
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -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
|
||||
to take a look at the CHANGELOG:
|
||||
|
||||
:std:doc:`changelog`
|
||||
http://doc.pytest.org/en/stable/changelog.html
|
||||
|
||||
For complete documentation, please visit:
|
||||
|
||||
http://docs.pytest.org
|
||||
|
||||
As usual, you can upgrade from pypi via::
|
||||
As usual, you can upgrade from pypi via:
|
||||
|
||||
pip install -U pytest
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -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
|
||||
to take a look at the CHANGELOG:
|
||||
|
||||
:std:doc:`changelog`
|
||||
http://doc.pytest.org/en/stable/changelog.html
|
||||
|
||||
For complete documentation, please visit:
|
||||
|
||||
http://docs.pytest.org
|
||||
|
||||
As usual, you can upgrade from pypi via::
|
||||
As usual, you can upgrade from pypi via:
|
||||
|
||||
pip install -U pytest
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -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
|
||||
to take a look at the CHANGELOG:
|
||||
|
||||
:std:doc:`changelog`
|
||||
http://doc.pytest.org/en/stable/changelog.html
|
||||
|
||||
For complete documentation, please visit:
|
||||
|
||||
http://docs.pytest.org
|
||||
|
||||
As usual, you can upgrade from pypi via::
|
||||
As usual, you can upgrade from pypi via:
|
||||
|
||||
pip install -U pytest
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -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
|
||||
to take a look at the CHANGELOG:
|
||||
|
||||
:std:doc:`changelog`
|
||||
http://doc.pytest.org/en/stable/changelog.html
|
||||
|
||||
For complete documentation, please visit:
|
||||
|
||||
http://docs.pytest.org
|
||||
|
||||
As usual, you can upgrade from pypi via::
|
||||
As usual, you can upgrade from pypi via:
|
||||
|
||||
pip install -U pytest
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -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
|
||||
to take a look at the CHANGELOG:
|
||||
|
||||
:std:doc:`changelog`
|
||||
http://doc.pytest.org/en/stable/changelog.html
|
||||
|
||||
For complete documentation, please visit:
|
||||
|
||||
http://docs.pytest.org
|
||||
|
||||
As usual, you can upgrade from pypi via::
|
||||
As usual, you can upgrade from pypi via:
|
||||
|
||||
pip install -U pytest
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -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
|
||||
to take a look at the CHANGELOG:
|
||||
|
||||
:std:doc:`changelog`
|
||||
http://doc.pytest.org/en/stable/changelog.html
|
||||
|
||||
For complete documentation, please visit:
|
||||
|
||||
http://docs.pytest.org
|
||||
|
||||
As usual, you can upgrade from pypi via::
|
||||
As usual, you can upgrade from pypi via:
|
||||
|
||||
pip install -U pytest
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -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
|
||||
to take a look at the CHANGELOG:
|
||||
|
||||
:std:doc:`changelog`
|
||||
https://docs.pytest.org/en/stable/changelog.html
|
||||
|
||||
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
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -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
|
||||
to take a look at the CHANGELOG:
|
||||
|
||||
:std:doc:`changelog`
|
||||
https://docs.pytest.org/en/stable/changelog.html
|
||||
|
||||
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
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -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
|
||||
to take a look at the CHANGELOG:
|
||||
|
||||
:std:doc:`changelog`
|
||||
https://docs.pytest.org/en/stable/changelog.html
|
||||
|
||||
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
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -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
|
||||
to take a look at the CHANGELOG:
|
||||
|
||||
:std:doc:`changelog`
|
||||
https://docs.pytest.org/en/stable/changelog.html
|
||||
|
||||
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
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -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
|
||||
to take a look at the CHANGELOG:
|
||||
|
||||
:std:doc:`changelog`
|
||||
https://docs.pytest.org/en/stable/changelog.html
|
||||
|
||||
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
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -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
|
||||
to take a look at the CHANGELOG:
|
||||
|
||||
:std:doc:`changelog`
|
||||
https://docs.pytest.org/en/stable/changelog.html
|
||||
|
||||
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
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -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
|
||||
to take a look at the CHANGELOG:
|
||||
|
||||
:std:doc:`changelog`
|
||||
https://docs.pytest.org/en/stable/changelog.html
|
||||
|
||||
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
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -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
|
||||
to take a look at the CHANGELOG:
|
||||
|
||||
:std:doc:`changelog`
|
||||
https://docs.pytest.org/en/stable/changelog.html
|
||||
|
||||
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
|
||||
|
||||
|
|
|
@ -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
|
||||
to take a look at the CHANGELOG:
|
||||
|
||||
:std:doc:`changelog`
|
||||
https://docs.pytest.org/en/stable/changelog.html
|
||||
|
||||
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
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -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
|
||||
to take a look at the CHANGELOG:
|
||||
|
||||
:std:doc:`changelog`
|
||||
https://docs.pytest.org/en/stable/changelog.html
|
||||
|
||||
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
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -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
|
||||
to take a look at the CHANGELOG:
|
||||
|
||||
:std:doc:`changelog`
|
||||
https://docs.pytest.org/en/stable/changelog.html
|
||||
|
||||
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
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -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
|
||||
to take a look at the CHANGELOG:
|
||||
|
||||
:std:doc:`changelog`
|
||||
https://docs.pytest.org/en/stable/changelog.html
|
||||
|
||||
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
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -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
|
||||
to take a look at the CHANGELOG:
|
||||
|
||||
:std:doc:`changelog`
|
||||
https://docs.pytest.org/en/stable/changelog.html
|
||||
|
||||
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
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -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
|
||||
to take a look at the CHANGELOG:
|
||||
|
||||
:std:doc:`changelog`
|
||||
https://docs.pytest.org/en/stable/changelog.html
|
||||
|
||||
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
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -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
|
||||
to take a look at the CHANGELOG:
|
||||
|
||||
:std:doc:`changelog`
|
||||
https://docs.pytest.org/en/latest/changelog.html
|
||||
|
||||
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
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -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
|
||||
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:
|
||||
|
||||
: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
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -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
|
||||
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:
|
||||
|
||||
: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
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
|||
|
||||
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:
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue