Conversation

renovate[bot]

This PR contains the following updates:

PackageChangeAgeAdoptionPassingConfidence
pytest (changelog)==8.4.0 -> ==8.4.1ageadoptionpassingconfidence

Release Notes

pytest-dev/pytest (pytest)

v8.4.1

Compare Source

pytest 8.4.1 (2025-06-17)

Bug fixes

  • #​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: 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: Fixed compatibility with Twisted 25+.

Improved documentation

  • #​13492: Fixed outdated warning about faulthandler not working on Windows.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@netlifyNetlify

Deploy Preview for selenium-dev ready!

NameLink
🔨 Latest commite3432e8
🔍 Latest deploy loghttps://app.netlify.com/projects/selenium-dev/deploys/6852b7cdf3188500081e0961
😎 Deploy Previewhttps://deploy-preview-2350--selenium-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@renovaterenovate bot force-pushed the renovate/pytest-8.x branch from 2a37f2b to e3432e8 Compare June 18, 2025 12:57
@diemoldiemol merged commit 2e71aa7 into trunk Jun 18, 2025
12 checks passed
@diemoldiemol deleted the renovate/pytest-8.x branch June 18, 2025 13:15
Sign up for free to join this conversation on . Already have an account? Sign in to comment
None yet
None yet

Successfully merging this pull request may close these issues.

@diemol