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

Allow bdist_wheel working without ctypes #613

Merged
merged 5 commits into from May 6, 2024
Merged

Conversation

youknowone
Copy link
Contributor

Hi, I am a developer of RustPython project.

Currently RustPython barely can run pip, but installing projects usually fails due to lack of ctypes - which is mostly not mandatory.

This patch makes ctypes optional in most of platforms and situations.

Copy link

codecov bot commented Apr 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.09%. Comparing base (4ec2ae3) to head (9de24bd).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #613   +/-   ##
=======================================
  Coverage   71.09%   71.09%           
=======================================
  Files          13       13           
  Lines        1083     1083           
=======================================
  Hits          770      770           
  Misses        313      313           

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

tests/test_bdist_wheel.py Outdated Show resolved Hide resolved
@youknowone
Copy link
Contributor Author

@henryiii Could you review it again?

tests/test_bdist_wheel.py Outdated Show resolved Hide resolved
Co-authored-by: Alex Grönholm <alex.gronholm@nextday.fi>
tests/test_bdist_wheel.py Outdated Show resolved Hide resolved
@agronholm agronholm merged commit 376373b into pypa:main May 6, 2024
18 checks passed
@youknowone youknowone deleted the no-ctypes branch May 8, 2024 20:05
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.

None yet

3 participants