Skip to content

build(deps-dev): support pytest 9 - #11

Merged
Deathcharge merged 1 commit into
mainfrom
codex/dependency-maintenance-20260813
Aug 13, 2026
Merged

build(deps-dev): support pytest 9#11
Deathcharge merged 1 commit into
mainfrom
codex/dependency-maintenance-20260813

Conversation

@Deathcharge

@Deathcharge Deathcharge commented Aug 13, 2026

Copy link
Copy Markdown
Owner

What changed: widen the development pytest constraint from >=8,<9 to >=8,<10, superseding conflicted Dependabot PR #4 from current main. Why: pytest 9 is now permitted by project dependency policy, while #4 cannot merge after newer dependency updates landed. Impact: development and CI resolution only; runtime dependencies and behavior are unchanged. Validation: git diff --check passed and the exact one-file/one-line diff was reviewed against main 676dd8d. Hosted CI runs Python 3.11/3.13 on Ubuntu/Windows with Ruff lint/format, strict mypy, pytest coverage, distribution build, wheel-content inspection, and installed-wheel smoke tests. Local Python launch was blocked by the managed sandbox, so this draft remains unmerged pending hosted CI and independent review.

@coderabbitai

coderabbitai Bot commented Aug 13, 2026

Copy link
Copy Markdown

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: edf4047e-3afa-4204-9779-483180466b6b

📥 Commits

Reviewing files that changed from the base of the PR and between 676dd8d and e8b883f.

📒 Files selected for processing (1)
  • pyproject.toml

Summary by CodeRabbit

  • Chores
    • Updated development tooling compatibility to support pytest versions below 10.

Walkthrough

The development pytest constraint changed from >=8,<9 to >=8,<10 in pyproject.toml.

Changes

Pytest Constraint

Layer / File(s) Summary
Widen pytest development range
pyproject.toml
The development dependency now permits pytest versions >=8,<10 instead of >=8,<9.

Estimated code review effort: 1 (Trivial) | ~2 minutes

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/dependency-maintenance-20260813

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@Deathcharge
Deathcharge marked this pull request as ready for review August 13, 2026 23:41
@Deathcharge
Deathcharge merged commit e5a5330 into main Aug 13, 2026
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant