Skip to content
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

Skip abi3 tests when freethreading Python build is used #637

Merged
merged 1 commit into from
Oct 11, 2024

Conversation

mgorny
Copy link
Contributor

@mgorny mgorny commented Oct 11, 2024

Skip the tests using abi3 extension when the freethreading build is used, as Python 3.13 freethreading does not support the limited API and its use results in a build error.

Fixes #636

Skip the tests using abi3 extension when the freethreading build is
used, as Python 3.13 freethreading does not support the limited API
and its use results in a build error.

Fixes pypa#636
Copy link

codecov bot commented Oct 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.11%. Comparing base (7bb46d7) to head (d30f834).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #637   +/-   ##
=======================================
  Coverage   71.11%   71.11%           
=======================================
  Files          14       14           
  Lines        1087     1087           
=======================================
  Hits          773      773           
  Misses        314      314           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@agronholm agronholm merged commit 067534c into pypa:main Oct 11, 2024
18 checks passed
@agronholm
Copy link
Contributor

Thanks!

@mgorny mgorny deleted the abi3-ft branch October 12, 2024 04:00
@mgorny
Copy link
Contributor Author

mgorny commented Oct 12, 2024

Thanks!

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.

Test failures with Python 3.13 freethreading
2 participants