Skip to content

chore(deps): bump pytest from 7.4.0 to 9.0.3 in /test/e2e#20395

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/test/e2e/pytest-9.0.3
Open

chore(deps): bump pytest from 7.4.0 to 9.0.3 in /test/e2e#20395
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/test/e2e/pytest-9.0.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 13, 2026

Bumps pytest from 7.4.0 to 9.0.3.

Release notes

Sourced from pytest's releases.

9.0.3

pytest 9.0.3 (2026-04-07)

Bug fixes

  • #12444: Fixed pytest.approx which now correctly takes into account ~collections.abc.Mapping keys order to compare them.

  • #13634: Blocking a conftest.py file using the -p no: option is now explicitly disallowed.

    Previously this resulted in an internal assertion failure during plugin loading.

    Pytest now raises a clear UsageError explaining that conftest files are not plugins and cannot be disabled via -p.

  • #13734: Fixed crash when a test raises an exceptiongroup with __tracebackhide__ = True.

  • #14195: Fixed an issue where non-string messages passed to unittest.TestCase.subTest() were not printed.

  • #14343: Fixed use of insecure temporary directory (CVE-2025-71176).

Improved documentation

  • #13388: Clarified documentation for -p vs PYTEST_PLUGINS plugin loading and fixed an incorrect -p example.
  • #13731: Clarified that capture fixtures (e.g. capsys and capfd) take precedence over the -s / --capture=no command-line options in Accessing captured output from a test function <accessing-captured-output>.
  • #14088: Clarified that the default pytest_collection hook sets session.items before it calls pytest_collection_finish, not after.
  • #14255: TOML integer log levels must be quoted: Updating reference documentation.

Contributor-facing changes

  • #12689: The test reports are now published to Codecov from GitHub Actions. The test statistics is visible on the web interface.

    -- by aleguy02

9.0.2

pytest 9.0.2 (2025-12-06)

Bug fixes

  • #13896: The terminal progress feature added in pytest 9.0.0 has been disabled by default, except on Windows, due to compatibility issues with some terminal emulators.

    You may enable it again by passing -p terminalprogress. We may enable it by default again once compatibility improves in the future.

    Additionally, when the environment variable TERM is dumb, the escape codes are no longer emitted, even if the plugin is enabled.

  • #13904: Fixed the TOML type of the tmp_path_retention_count settings in the API reference from number to string.

  • #13946: The private config.inicfg attribute was changed in a breaking manner in pytest 9.0.0. Due to its usage in the ecosystem, it is now restored to working order using a compatibility shim. It will be deprecated in pytest 9.1 and removed in pytest 10.

... (truncated)

Commits

Dependabot compatibility score

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 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 disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.0 to 9.0.3.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@7.4.0...9.0.3)

---
updated-dependencies:
- dependency-name: pytest
  dependency-version: 9.0.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 13, 2026
@dependabot dependabot Bot requested a review from a team as a code owner April 13, 2026 20:44
@dependabot dependabot Bot requested review from anastasiyaig and removed request for a team April 13, 2026 20:44
@status-im-auto
Copy link
Copy Markdown
Member

status-im-auto commented Apr 13, 2026

Jenkins Builds

Click to see older builds (44)
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ a6ea514 1 2026-04-13 20:53:06 ~7 min tests/nim 📄log
✔️ a6ea514 1 2026-04-13 20:56:55 ~11 min android/arm64 🤖apk 📲
✔️ a6ea514 1 2026-04-13 20:58:13 ~13 min tests/ui 📄log
✔️ a6ea514 1 2026-04-13 20:58:46 ~13 min ios/aarch64 📱ipa 📲
✔️ a6ea514 1 2026-04-13 21:01:16 ~16 min linux/x86_64 📦tgz
✔️ a6ea514 1 2026-04-13 21:04:57 ~19 min macos/aarch64 🍎dmg
✖️ a6ea514 10642 2026-04-13 21:05:02 ~3 min tests/e2e 📊rpt
✔️ a6ea514 2414 2026-04-13 21:10:50 ~13 min tests/e2e-android 📦pkg
✔️ a6ea514 1 2026-04-13 21:12:26 ~27 min windows/x86_64 💿exe
✖️ a6ea514 2711 2026-04-13 21:13:54 ~1 min tests/e2e-windows 📊rpt
✖️ a6ea514 2466 2026-04-15 07:40:14 ~2 hr 8 min tests/e2e-android 📦pkg
✖️ a6ea514 2498 2026-04-16 06:02:51 ~32 min tests/e2e-android 📦pkg
✖️ a6ea514 2646 2026-04-21 07:17:06 ~1 hr 44 min tests/e2e-android 📦pkg
✖️ a6ea514 2683 2026-04-22 07:04:15 ~1 hr 31 min tests/e2e-android 📦pkg
✖️ a6ea514 2725 2026-04-23 07:16:34 ~1 hr 44 min tests/e2e-android 📦pkg
✖️ a6ea514 2813 2026-04-25 05:43:43 ~13 min tests/e2e-android 📦pkg
✖️ a6ea514 2854 2026-04-28 06:03:56 ~34 min tests/e2e-android 📦pkg
✖️ a6ea514 2892 2026-04-29 06:59:44 ~1 hr 27 min tests/e2e-android 📦pkg
✖️ a6ea514 2926 2026-04-30 07:15:28 ~1 hr 42 min tests/e2e-android 📦pkg
✖️ a6ea514 2983 2026-05-05 06:52:59 ~1 hr 21 min tests/e2e-android 📦pkg
✖️ a6ea514 3078 2026-05-08 05:52:32 ~22 min tests/e2e-android 📦pkg
✖️ a6ea514 3113 2026-05-09 06:20:10 ~48 min tests/e2e-android 📦pkg
✖️ a6ea514 3129 2026-05-11 06:31:01 ~59 min tests/e2e-android 📦pkg
✖️ a6ea514 3168 2026-05-12 06:58:06 ~1 hr 27 min tests/e2e-android 📦pkg
✖️ a6ea514 3242 2026-05-16 06:11:26 ~41 min tests/e2e-android 📦pkg
✔️ 11c2d23c 2 2026-04-15 05:31:17 ~12 min android/arm64 🤖apk 📲
✔️ d69a818b 3 2026-04-16 05:30:20 ~11 min android/arm64 🤖apk 📲
✔️ e1aae30c 4 2026-04-17 05:31:01 ~12 min android/arm64 🤖apk 📲
✔️ 3a00589e 5 2026-04-18 05:32:07 ~13 min android/arm64 🤖apk 📲
✔️ f88fd547 6 2026-04-21 05:32:09 ~13 min android/arm64 🤖apk 📲
✔️ 49777a30 7 2026-04-22 05:32:25 ~13 min android/arm64 🤖apk 📲
✔️ e636c517 8 2026-04-23 05:32:20 ~13 min android/arm64 🤖apk 📲
✔️ b409a6ee 9 2026-04-24 05:31:15 ~12 min android/arm64 🤖apk 📲
✔️ b3768f57 10 2026-04-25 05:29:43 ~11 min android/arm64 🤖apk 📲
✔️ 2520cb45 11 2026-04-28 05:29:49 ~11 min android/arm64 🤖apk 📲
✔️ 181512b7 12 2026-04-29 05:32:28 ~14 min android/arm64 🤖apk 📲
✔️ 1af8f191 13 2026-04-30 05:32:29 ~14 min android/arm64 🤖apk 📲
✔️ 754619e5 14 2026-05-05 05:31:14 ~12 min android/arm64 🤖apk 📲
✔️ ca8c08b2 15 2026-05-06 05:32:26 ~13 min android/arm64 🤖apk 📲
✔️ 4955c2a5 16 2026-05-07 05:29:56 ~11 min android/arm64 🤖apk 📲
✔️ 7df8f506 17 2026-05-08 05:29:25 ~10 min android/arm64 🤖apk 📲
✔️ ad4555ac 18 2026-05-09 05:31:31 ~12 min android/arm64 🤖apk 📲
✔️ ca7876ec 19 2026-05-11 05:31:29 ~12 min android/arm64 🤖apk 📲
✔️ 199d0787 20 2026-05-12 05:30:51 ~12 min android/arm64 🤖apk 📲
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ d9fa8a64 21 2026-05-16 05:29:51 ~11 min android/arm64 🤖apk 📲
✔️ baa6e991 22 2026-05-20 05:32:12 ~13 min android/arm64 🤖apk 📲

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant