Skip to content

chore(deps-dev): bump pytest from 8.4.2 to 9.0.2#508

Merged
gkorland merged 3 commits intostagingfrom
dependabot/uv/staging/pytest-9.0.2
Apr 5, 2026
Merged

chore(deps-dev): bump pytest from 8.4.2 to 9.0.2#508
gkorland merged 3 commits intostagingfrom
dependabot/uv/staging/pytest-9.0.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 29, 2026

Bumps pytest from 8.4.2 to 9.0.2.

Release notes

Sourced from pytest's releases.

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.

  • #13965: Fixed quadratic-time behavior when handling unittest subtests in Python 3.10.

Improved documentation

  • #4492: The API Reference now contains cross-reference-able documentation of pytest's command-line flags <command-line-flags>.

9.0.1

pytest 9.0.1 (2025-11-12)

Bug fixes

  • #13895: Restore support for skipping tests via raise unittest.SkipTest.
  • #13896: The terminal progress plugin added in pytest 9.0 is now automatically disabled when iTerm2 is detected, it generated desktop notifications instead of the desired functionality.
  • #13904: Fixed the TOML type of the verbosity settings in the API reference from number to string.
  • #13910: Fixed UserWarning: Do not expect file_or_dir on some earlier Python 3.12 and 3.13 point versions.

Packaging updates and notes for downstreams

  • #13933: The tox configuration has been adjusted to make sure the desired version string can be passed into its package_env through the SETUPTOOLS_SCM_PRETEND_VERSION_FOR_PYTEST environment variable as a part of the release process -- by webknjaz.

Contributor-facing changes

  • #13891, #13942: The CI/CD part of the release automation is now capable of creating GitHub Releases without having a Git checkout on disk -- by bluetech and webknjaz.
  • #13933: The tox configuration has been adjusted to make sure the desired version string can be passed into its package_env through the SETUPTOOLS_SCM_PRETEND_VERSION_FOR_PYTEST environment variable as a part of the release process -- by webknjaz.

... (truncated)

Commits
  • 3d10b51 Prepare release version 9.0.2
  • 188750b Merge pull request #14030 from pytest-dev/patchback/backports/9.0.x/1e4b01d1f...
  • b7d7bef Merge pull request #14014 from bluetech/compat-note
  • bd08e85 Merge pull request #14013 from pytest-dev/patchback/backports/9.0.x/922b60377...
  • bc78386 Add CLI options reference documentation (#13930)
  • 5a4e398 Fix docs typo (#14005) (#14008)
  • d7ae6df Merge pull request #14006 from pytest-dev/maintenance/update-plugin-list-tmpl...
  • 556f6a2 pre-commit: fix rst-lint after new release (#13999) (#14001)
  • c60fbe6 Fix quadratic-time behavior when handling unittest subtests in Python 3.10 ...
  • 73d9b01 Merge pull request #13995 from nicoddemus/patchback/backports/9.0.x/1b5200c0f...
  • Additional commits viewable in compare view

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Mar 29, 2026
@overcut-ai
Copy link
Copy Markdown

overcut-ai bot commented Mar 29, 2026

Completed Working on "Code Review"

✅ Code review complete. No issues found - all changes look good! ✅

✅ Workflow completed successfully.


👉 View complete log

@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 29, 2026

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Snapshot Warnings

⚠️: No snapshots were found for the head SHA 421d278.
Ensure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice.

OpenSSF Scorecard

PackageVersionScoreDetails
pip/pytest 9.0.2 UnknownUnknown

Scanned Files

  • uv.lock

@dependabot dependabot bot force-pushed the dependabot/uv/staging/pytest-9.0.2 branch 3 times, most recently from 77a022d to 3137be6 Compare March 31, 2026 09:40
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.2 to 9.0.2.
- [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.4.2...9.0.2)

---
updated-dependencies:
- dependency-name: pytest
  dependency-version: 9.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/uv/staging/pytest-9.0.2 branch from 3137be6 to 5986285 Compare March 31, 2026 09:42
@gkorland
Copy link
Copy Markdown
Contributor

gkorland commented Apr 4, 2026

Agent Review Summary

PR Analysis

This is a Dependabot dependency bump of pytest from 8.4.2 to 9.0.2 (dev dependency only). Changes are limited to pyproject.toml and uv.lock.

Review Comments

No reviewer comments to address — PR has no inline or issue-level review comments.

CI Status

Check Status
unit-tests ✅ Passed
build (Pylint) ✅ Passed
spellcheck ✅ Passed
dependency-review ✅ Passed
Playwright Tests ❌ Failed (pre-existing issue, unrelated to PR)

Playwright Failure Analysis

The 13 failing E2E tests are all "Database Connection" tests that fail with "Failed to load database schema". This is a pre-existing infrastructure issue affecting all Dependabot PRs — not caused by this change:

  • All recent Dependabot PRs (tailwind-merge, fastapi, npm_and_yarn) exhibit the same failure
  • All non-Dependabot branches (fix/*, copilot/*, staging) pass Playwright tests
  • Root cause: GitHub Actions does not pass repository secrets (e.g., AZURE_API_KEY) to workflows triggered by Dependabot PRs. The Database Connection E2E tests require these secrets to analyze schemas via Azure OpenAI

Risk Assessment

  • pytest is a dev-only dependency — it does not affect the runtime application
  • No transitive dependency changes in uv.lock
  • pytest 9.0.x release notes show bug fixes only (no breaking changes affecting this project)
  • Unit tests pass successfully with the new version

Tests Added/Updated

None required — this is a dependency version bump with no code changes.

@gkorland gkorland merged commit 6d2b012 into staging Apr 5, 2026
10 checks passed
@gkorland gkorland deleted the dependabot/uv/staging/pytest-9.0.2 branch April 5, 2026 06:47
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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant