Update pytest version constraint to allow pytest 9.x (#1797) - #1906
Update pytest version constraint to allow pytest 9.x (#1797)#1906Halbot100 wants to merge 1 commit into
Conversation
Update pytest from <9 to <10 to enable support for pytest 9.0.2 and forward compatibility. Closes hiero-ledger#1797
|
Hi @Halbot100, this is **LinkBot** 👋
🚨 This pull request is linked to issue(s), but you are not assigned to any of them. Linked issue(s): #1797 Please get assigned to one of the linked issues and keep the link in this PR description. 📖 Guide: Thanks! |
|
[commit-verification-bot]
View your commit verification status: Commits Tab. To achieve verified status, please read: Remember, you require a GPG key and each commit must be signed with: Thank you for contributing! From the Hiero Python SDK Team |
WalkthroughThe pytest dependency constraint in Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). 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. Comment |
| [dependency-groups] | ||
| dev = [ | ||
| "grpcio-tools>=1.76.0,<2", | ||
| "pytest>=8.3.4,<9", | ||
| "pytest>=8.3.4,<10", | ||
| "pytest-cov>=7.0.0,<8", | ||
| ] |
There was a problem hiding this comment.
Missing CHANGELOG.md entry per issue #1797.
The linked issue explicitly requires adding a corresponding .CHANGELOG.md entry under [UNRELEASED]. This does not appear to be included in the PR files. Please ensure this is added before merging.
|
Hi there! I'm the LinkedIssueBot.
Thank you, |
📋 Summary
Fixes #1797
✅ Changes
pytestversion constraint from<9to<10📝 Change Details
🎯 Why This Matters
📝 Files Changed
pyproject.toml(1 line)Built with ❤️ by Halbot100 🤖