-
Notifications
You must be signed in to change notification settings - Fork 64
Bump pytest from 8.3.5 to 8.4.1 #147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or 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
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.5 to 8.4.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.3.5...8.4.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Owner
|
@dependabot merge
…On Mon, Jun 23, 2025 at 3:20 AM dependabot[bot] ***@***.***> wrote:
Bumps pytest <https://github.com/pytest-dev/pytest> from 8.3.5 to 8.4.1.
Release notes
*Sourced from pytest's releases
<https://github.com/pytest-dev/pytest/releases>.*
8.4.1 pytest 8.4.1 (2025-06-17) Bug fixes
-
#13461 <https://redirect.github.com/pytest-dev/pytest/issues/13461>:
Corrected _pytest.terminal.TerminalReporter.isatty to support being
called as a method. Before it was just a boolean which could break correct
code when using -o log_cli=true).
-
#13477 <https://redirect.github.com/pytest-dev/pytest/issues/13477>:
Reintroduced pytest.PytestReturnNotNoneWarning{.interpreted-text
role="class"} which was removed by accident in pytest [8.4]{.title-ref}.
This warning is raised when a test functions returns a value other
than None, which is often a mistake made by beginners.
See return-not-none{.interpreted-text role="ref"} for more information.
-
#13497 <https://redirect.github.com/pytest-dev/pytest/issues/13497>:
Fixed compatibility with Twisted 25+.
Improved documentation
- #13492 <https://redirect.github.com/pytest-dev/pytest/issues/13492>:
Fixed outdated warning about faulthandler not working on Windows.
8.4.0 pytest 8.4.0 (2025-06-02) Removals and backward incompatible
breaking changes
-
#11372 <https://redirect.github.com/pytest-dev/pytest/issues/11372>:
Async tests will now fail, instead of warning+skipping, if you don't have
any suitable plugin installed.
-
#12346 <https://redirect.github.com/pytest-dev/pytest/issues/12346>:
Tests will now fail, instead of raising a warning, if they return any value
other than None.
-
#12874 <https://redirect.github.com/pytest-dev/pytest/issues/12874>:
We dropped support for Python 3.8 following its end of life (2024-10-07).
-
#12960 <https://redirect.github.com/pytest-dev/pytest/issues/12960>:
Test functions containing a yield now cause an explicit error. They have
not been run since pytest 4.0, and were previously marked as an expected
failure and deprecation warning.
See the docs <yield tests deprecated>{.interpreted-text role="ref"}
for more information.
Deprecations (removal in next major release)
- #10839 <https://redirect.github.com/pytest-dev/pytest/issues/10839>:
Requesting an asynchronous fixture without a
[pytest_fixture_setup]{.title-ref} hook that resolves it will now give a
DeprecationWarning. This most commonly happens if a sync test requests an
async fixture. This should have no effect on a majority of users with async
tests or fixtures using async pytest plugins, but may affect non-standard
hook setups or autouse=True. For guidance on how to work around this
warning see sync-test-async-fixture{.interpreted-text role="ref"}.
New features
-
#11538 <https://redirect.github.com/pytest-dev/pytest/issues/11538>:
Added pytest.RaisesGroup{.interpreted-text role="class"} as an
equivalent to pytest.raises{.interpreted-text role="func"} for
expecting ExceptionGroup{.interpreted-text role="exc"}. Also adds
pytest.RaisesExc{.interpreted-text role="class"} which is now the
logic behind pytest.raises{.interpreted-text role="func"} and used as
parameter to pytest.RaisesGroup{.interpreted-text role="class"}.
RaisesGroup includes the ability to specify multiple different
expected exceptions, the structure of nested exception groups, and flags
for emulating except* <except_star>{.interpreted-text role="ref"}. See
assert-matching-exception-groups{.interpreted-text role="ref"} and
docstrings for more information.
-
#12081 <https://redirect.github.com/pytest-dev/pytest/issues/12081>:
Added capteesys{.interpreted-text role="fixture"} to capture AND pass
output to next handler set by --capture=.
-
#12504 <https://redirect.github.com/pytest-dev/pytest/issues/12504>:
pytest.mark.xfail{.interpreted-text role="func"} now accepts
pytest.RaisesGroup{.interpreted-text role="class"} for the raises
parameter when you expect an exception group. You can also pass a
pytest.RaisesExc{.interpreted-text role="class"} if you e.g. want to
make use of the check parameter.
-
#12713 <https://redirect.github.com/pytest-dev/pytest/issues/12713>:
New [--force-short-summary]{.title-ref} option to force condensed summary
output regardless of verbosity level.
... (truncated)
Commits
- 8d99211
<pytest-dev/pytest@8d99211>
Prepare release version 8.4.1
- 5dc5880
<pytest-dev/pytest@5dc5880>
docs: update pytest.ini addopts example to use separate -p entries (
#13529 <https://redirect.github.com/pytest-dev/pytest/issues/13529>)
(...
- d0c7ed0
<pytest-dev/pytest@d0c7ed0>
Reintroduce PytestReturnNotNoneWarning (#13495
<https://redirect.github.com/pytest-dev/pytest/issues/13495>) (#13527
<https://redirect.github.com/pytest-dev/pytest/issues/13527>)
- a1b3a78
<pytest-dev/pytest@a1b3a78>
Fix compatibility with Twisted 25 (#13502
<https://redirect.github.com/pytest-dev/pytest/issues/13502>) (#13531
<https://redirect.github.com/pytest-dev/pytest/issues/13531>)
- 4c161ab
<pytest-dev/pytest@4c161ab>
pytester: avoid unraisableexception gc collects in inline runs to speed up
te...
- a86ee09
<pytest-dev/pytest@a86ee09>
Fix typo in parametrize.rst (#13514
<https://redirect.github.com/pytest-dev/pytest/issues/13514>) (#13516
<https://redirect.github.com/pytest-dev/pytest/issues/13516>)
- 1a0581b
<pytest-dev/pytest@1a0581b>
Remove outdated warning about faulthandler_timeout on Windows (#13492
<https://redirect.github.com/pytest-dev/pytest/issues/13492>) (#13493
<https://redirect.github.com/pytest-dev/pytest/issues/13493>)
- 4e631a7
<pytest-dev/pytest@4e631a7>
Merge pull request #13486
<https://redirect.github.com/pytest-dev/pytest/issues/13486> from
hosmir/fixtypo (#13487
<https://redirect.github.com/pytest-dev/pytest/issues/13487>)
- b49745e
<pytest-dev/pytest@b49745e>
fix: support TerminalReporter.isatty being called (#13462
<https://redirect.github.com/pytest-dev/pytest/issues/13462>) (#13483
<https://redirect.github.com/pytest-dev/pytest/issues/13483>)
- cc5ceed
<pytest-dev/pytest@cc5ceed>
RELEASING: remove pytest mailing list (#13472
<https://redirect.github.com/pytest-dev/pytest/issues/13472>) (#13473
<https://redirect.github.com/pytest-dev/pytest/issues/13473>)
- Additional commits viewable in compare view
<pytest-dev/pytest@8.3.5...8.4.1>
[image: Dependabot compatibility score]
<https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores>
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting @dependabot
rebase.
------------------------------
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- @dependabot rebase will rebase this PR
- @dependabot recreate will recreate this PR, overwriting any edits
that have been made to it
- @dependabot merge will merge this PR after your CI passes on it
- @dependabot squash and merge will squash and merge this PR after
your CI passes on it
- @dependabot cancel merge will cancel a previously requested merge
and block automerging
- @dependabot reopen will reopen this PR if it is closed
- @dependabot close will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- @dependabot show <dependency name> ignore conditions will show all
of the ignore conditions of the specified dependency
- @dependabot ignore this major version will close this PR and stop
Dependabot creating any more for this major version (unless you reopen the
PR or upgrade to it yourself)
- @dependabot ignore this minor version will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen the
PR or upgrade to it yourself)
- @dependabot ignore this dependency will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the PR
or upgrade to it yourself)
------------------------------
You can view, comment on, or merge this pull request online at:
#147
Commit Summary
- 91946eb
<91946eb>
Bump pytest from 8.3.5 to 8.4.1
File Changes
(1 file <https://github.com/beaufour/flickr-download/pull/147/files>)
- *M* poetry.lock
<https://github.com/beaufour/flickr-download/pull/147/files#diff-f53a023eedfa3fbf2925ec7dc76eecdc954ea94b7e47065393dbad519613dc89>
(34)
Patch Links:
- https://github.com/beaufour/flickr-download/pull/147.patch
- https://github.com/beaufour/flickr-download/pull/147.diff
—
Reply to this email directly, view it on GitHub
<#147>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAB2POKC5OSTWU3VAASRVT33E5I6FAVCNFSM6AAAAAB74AZFZWVHI2DSMVQWIX3LMV43ASLTON2WKOZTGE3DMNBWGEYTINY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
python
Pull requests that update python code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps pytest from 8.3.5 to 8.4.1.
Release notes
Sourced from pytest's releases.
... (truncated)
Commits
8d99211Prepare release version 8.4.15dc5880docs: update pytest.ini addopts example to use separate -p entries (#13529) (...d0c7ed0Reintroduce PytestReturnNotNoneWarning (#13495) (#13527)a1b3a78Fix compatibility with Twisted 25 (#13502) (#13531)4c161abpytester: avoid unraisableexception gc collects in inline runs to speed up te...a86ee09Fix typo in parametrize.rst (#13514) (#13516)1a0581bRemove outdated warning about faulthandler_timeout on Windows (#13492) (#13493)4e631a7Merge pull request #13486 from hosmir/fixtypo (#13487)b49745efix: support TerminalReporter.isatty being called (#13462) (#13483)cc5ceedRELEASING: remove pytest mailing list (#13472) (#13473)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)