Skip to content

Update test_wheel.WheelTestCase.test_abi for freethreading #244

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

Merged
merged 4 commits into from
Apr 18, 2025

Conversation

mgorny
Copy link
Contributor

@mgorny mgorny commented Apr 18, 2025

Update test_wheel.WheelTestCase.test_abi to account for the t suffix added in freethreaded CPython builds.

Fixes #243

Update `test_wheel.WheelTestCase.test_abi` to account for the `t` suffix
added in freethreaded CPython builds.

Fixes pypa#243
Copy link

codecov bot commented Apr 18, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.60%. Comparing base (674a491) to head (b872427).
Report is 21 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #244      +/-   ##
==========================================
+ Coverage   81.49%   81.60%   +0.11%     
==========================================
  Files          24       24              
  Lines        8885     8960      +75     
  Branches     1747     1537     -210     
==========================================
+ Hits         7241     7312      +71     
- Misses       1300     1309       +9     
+ Partials      344      339       -5     
Flag Coverage Δ
unittests 80.73% <50.00%> (+0.11%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mgorny
Copy link
Contributor Author

mgorny commented Apr 18, 2025

Took a few more changes but we have testing on 3.13t now, and it works on Windows too. I've also enabled testing on new PyPy versions while I was modifying GHA.

@vsajip
Copy link
Collaborator

vsajip commented Apr 18, 2025

Thank you for this.

@vsajip vsajip merged commit f918abd into pypa:master Apr 18, 2025
36 checks passed
@mgorny mgorny deleted the freethreaded-python branch April 19, 2025 04:58
@mgorny
Copy link
Contributor Author

mgorny commented Apr 19, 2025

Thanks! Glad I got it right.

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_wheel.WheelTestCase.test_abi fails on freethreading CPython versions
2 participants