-
Notifications
You must be signed in to change notification settings - Fork 83
refactor(integration-tests): Simplify uv run python -m pytest to uv run pytest (fixes #1571).
#1580
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(integration-tests): Simplify uv run python -m pytest to uv run pytest (fixes #1571).
#1580
Conversation
WalkthroughRemoved the Changes
Sequence Diagram(s)(omitted — changes are simple command text substitutions and do not alter control flow) Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes
Possibly related issues
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: ASSERTIVE Plan: Pro 📒 Files selected for processing (1)
🧰 Additional context used🧠 Learnings (4)📓 Common learnings📚 Learning: 2025-08-16T10:24:29.316ZApplied to files:
📚 Learning: 2025-08-17T16:10:38.722ZApplied to files:
📚 Learning: 2025-07-28T08:33:57.487ZApplied to files:
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (18)
🔇 Additional comments (1)
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 |
Bill-hbrhbr
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's wait until #1574 is merged to merge this PR.
kirkrodrigues
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For the PR title, how about:
refactor(integration-tests): Simplify `uv run python -m pytest` to `uv run pytest` (fixes #1571).
Shouldn't be chore because:
https://github.com/commitizen/conventional-commit-types/blob/c3a9be4c73e47f2e8197de775f41d981701407fb/index.json#L41
python -m pytest command to pytest (fixes #1571).uv run python -m pytest to uv run pytest (fixes #1571).
Co-authored-by: kirkrodrigues <[email protected]>
Description
As described in title.
Checklist
breaking change.
Validation performed
Ran
uv run pytest; tests run successfully.Summary by CodeRabbit
Documentation
Chores