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: missing c extensions with newer poetry #1129

Merged
merged 2 commits into from Feb 14, 2023
Merged

fix: missing c extensions with newer poetry #1129

merged 2 commits into from Feb 14, 2023

Conversation

bdraco
Copy link
Member

@bdraco bdraco commented Feb 14, 2023

fix for breaking change in poetry python-poetry/poetry-core#318

fixes #1127

@codecov-commenter
Copy link

codecov-commenter commented Feb 14, 2023

Codecov Report

Base: 99.72% // Head: 99.80% // Increases project coverage by +0.07% 🎉

Coverage data is based on head (83a2516) compared to base (48ae77f).
Patch coverage: 100.00% of modified lines in pull request are covered.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1129      +/-   ##
==========================================
+ Coverage   99.72%   99.80%   +0.07%     
==========================================
  Files          22       22              
  Lines        2591     2591              
  Branches      456      456              
==========================================
+ Hits         2584     2586       +2     
+ Misses          5        3       -2     
  Partials        2        2              
Impacted Files Coverage Δ
src/zeroconf/__init__.py 100.00% <100.00%> (ø)
src/zeroconf/const.py 100.00% <0.00%> (+2.63%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@bdraco bdraco merged commit 44d7fc6 into master Feb 14, 2023
@bdraco bdraco deleted the build_ext branch February 14, 2023 00:39
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.

Native extensions aren't getting built
2 participants