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

fix(test_static.py): fix Windows CPython 3.13 build #2346

Merged
merged 5 commits into from
Sep 28, 2024

Conversation

vytas7
Copy link
Member

@vytas7 vytas7 commented Sep 28, 2024

The codebase now builds and passes tests on Windows and CPython 3.13: https://github.com/falconry/falcon/actions/runs/11082068662/job/30794594018.

Copy link

codecov bot commented Sep 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (217dc46) to head (925186b).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master     #2346   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           64        64           
  Lines         7621      7621           
  Branches      1244      1244           
=========================================
  Hits          7621      7621           

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

@vytas7 vytas7 marked this pull request as ready for review September 28, 2024 07:22
@vytas7 vytas7 requested a review from CaselIT September 28, 2024 07:22
@vytas7 vytas7 changed the title chore: fix Windows CPython 3.13 build test(static): fix Windows CPython 3.13 build Sep 28, 2024
@vytas7 vytas7 changed the title test(static): fix Windows CPython 3.13 build fix(test_static.py): fix Windows CPython 3.13 build Sep 28, 2024
@CaselIT
Copy link
Member

CaselIT commented Sep 28, 2024

Not sure why the change ls fixes it, but it looks fine

@vytas7
Copy link
Member Author

vytas7 commented Sep 28, 2024

Not sure why the change ls fixes it, but it looks fine

Because we use a specialized client fixture that does some absolute path mangling for CPython 3.13 on Windows. Same issue as before.

I also extended the wheels test from just emulated to also build Windows, Mac and musllinux, so that we can easier catch these regressions later.

@vytas7 vytas7 merged commit 9aed895 into falconry:master Sep 28, 2024
37 checks passed
@CaselIT
Copy link
Member

CaselIT commented Sep 28, 2024

Oh interesting. Ok

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.

2 participants