-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into raisesgroup
- Loading branch information
Showing
55 changed files
with
903 additions
and
199 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Added :fixture:`capteesys` to capture AND pass output to next handler set by ``--capture=``. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Fixed missing help for :mod:`pdb` commands wrapped by pytest -- by :user:`adamchainz`. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
:ref:`hidden-param` can now be used in ``id`` of :func:`pytest.param` or in | ||
``ids`` of :py:func:`Metafunc.parametrize <pytest.Metafunc.parametrize>`. | ||
It hides the parameter set from the test name. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
New flag: :ref:`--disable-plugin-autoload <disable_plugin_autoload>` which works as an alternative to :envvar:`PYTEST_DISABLE_PLUGIN_AUTOLOAD` when setting environment variables is inconvenient; and allows setting it in config files with :confval:`addopts`. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
pytest-8.3.4 | ||
======================================= | ||
|
||
pytest 8.3.4 has just been released to PyPI. | ||
|
||
This is a bug-fix release, being a drop-in replacement. To upgrade:: | ||
|
||
pip install --upgrade pytest | ||
|
||
The full changelog is available at https://docs.pytest.org/en/stable/changelog.html. | ||
|
||
Thanks to all of the contributors to this release: | ||
|
||
* Bruno Oliveira | ||
* Florian Bruhin | ||
* Frank Hoffmann | ||
* Jakob van Santen | ||
* Leonardus Chen | ||
* Pierre Sassoulas | ||
* Pradeep Kumar | ||
* Ran Benita | ||
* Serge Smertin | ||
* Stefaan Lippens | ||
* Sviatoslav Sydorenko (Святослав Сидоренко) | ||
* dongfangtianyu | ||
* suspe | ||
|
||
|
||
Happy testing, | ||
The pytest Development Team |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
pytest-8.3.5 | ||
======================================= | ||
|
||
pytest 8.3.5 has just been released to PyPI. | ||
|
||
This is a bug-fix release, being a drop-in replacement. | ||
|
||
The full changelog is available at https://docs.pytest.org/en/stable/changelog.html. | ||
|
||
Thanks to all of the contributors to this release: | ||
|
||
* Bruno Oliveira | ||
* Florian Bruhin | ||
* John Litborn | ||
* Kenny Y | ||
* Ran Benita | ||
* Sadra Barikbin | ||
* Vincent (Wen Yu) Ge | ||
* delta87 | ||
* dongfangtianyu | ||
* mwychung | ||
* 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) | ||
|
||
|
||
Happy testing, | ||
The pytest Development Team |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,2 @@ | ||
# This file contains transitive dependencies that need to be pinned for some reason. | ||
# Eventually this file will be empty, but in this case keep it around for future use. | ||
|
||
# Pin towncrier temporarily due to incompatibility with sphinxcontrib-towncrier: | ||
# https://github.com/sphinx-contrib/sphinxcontrib-towncrier/issues/92 | ||
towncrier<24.7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.