Skip to content

Update pytest - #1928

Merged
exploreriii merged 3 commits into
hiero-ledger:mainfrom
Ethan-vim:Update_pytest
Mar 7, 2026
Merged

Update pytest#1928
exploreriii merged 3 commits into
hiero-ledger:mainfrom
Ethan-vim:Update_pytest

Conversation

@Ethan-vim

@Ethan-vim Ethan-vim commented Mar 7, 2026

Copy link
Copy Markdown
Contributor

Description:
This pr allows users to use a newer version of pytest.

Fix
In pyproject.toml:

  • Updated "pytest>=8.3.4,<9" to "pytest>=8.3.4,<10"

Checklist

  • Changelog changed

Fixes #1917

Signed-off-by: Ethan <eternaltraxex@gmail.com>
Signed-off-by: Ethan <eternaltraxex@gmail.com>
@Ethan-vim
Ethan-vim requested review from a team as code owners March 7, 2026 17:55
@codecov

codecov Bot commented Mar 7, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1928   +/-   ##
=======================================
  Coverage   93.53%   93.53%           
=======================================
  Files         141      141           
  Lines        9146     9146           
=======================================
  Hits         8555     8555           
  Misses        591      591           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@coderabbitai

coderabbitai Bot commented Mar 7, 2026

Copy link
Copy Markdown
Contributor

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: 13367c17-faa5-4de6-8a23-71784a97550f

📥 Commits

Reviewing files that changed from the base of the PR and between 4b5a29a and 8c3d735.

📒 Files selected for processing (1)
  • CHANGELOG.md

Walkthrough

The pytest dependency constraint is relaxed from <9 to <10 in the project configuration, with the changelog updated to document this version range modification.

Changes

Cohort / File(s) Summary
Pytest Version Update
CHANGELOG.md, pyproject.toml
Updated pytest version constraints to >=8.3.4,<10, relaxing the upper version boundary from <9 to <10 in project dependencies and documenting the change in the unreleased section.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title 'Update pytest' directly and clearly corresponds to the main change of updating the pytest dependency constraint in pyproject.toml.
Description check ✅ Passed The description is directly related to the changeset, explaining the pytest version update and referencing the specific change made in pyproject.toml.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Tip

Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs).
Share your feedback on Discord.


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 and usage tips.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2


ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: 51088e07-86ee-497f-bf55-45b2862d3cee

📥 Commits

Reviewing files that changed from the base of the PR and between 2e44fd8 and 4b5a29a.

📒 Files selected for processing (2)
  • CHANGELOG.md
  • pyproject.toml

Comment thread CHANGELOG.md
Comment thread pyproject.toml
@exploreriii
exploreriii merged commit 1f63b7e into hiero-ledger:main Mar 7, 2026
19 checks passed
@exploreriii

Copy link
Copy Markdown
Contributor

Thank you @Ethan-vim !

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.

[Good First Issue]: Update pytest

3 participants