-
Notifications
You must be signed in to change notification settings - Fork 15
Fix error when python 3.12 tests skips #117
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
Conversation
joannatk
commented
Jul 15, 2025
- Fixes error when python 3.12 tests skipped, see 3.12 starts to return an error when all tests in a test file are skipped python/cpython#113661 for more information
- Bump versions
keep94
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.
Hi Joanna. Thanks for the work. Just one minor comment.
ustinov
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.
No need to add a comment as a duplicate, just use the literal forms
Co-authored-by: Artem Ustinov <ustinov@users.noreply.github.com>
Thank you @ustinov ! All jobs pass with the literal form as well 💯 |
keep94
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.
LGTM