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 CI dependency issue with aiohttp and async-timeout #88

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

puddly
Copy link
Collaborator

@puddly puddly commented Nov 5, 2024

It seems like uv is preferring our explicit dependency on async-timeout being the highest version to picking one compatible with aiohttp. This results in an ancient version of the latter package being installed.

Fix uses of asyncio-timeout
@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 43.75000% with 9 lines in your changes missing coverage. Please review.

Project coverage is 65.61%. Comparing base (b009196) to head (806c6b8).
Report is 9 commits behind head on dev.

Files with missing lines Patch % Lines
universal_silabs_flasher/gecko_bootloader.py 25.00% 3 Missing ⚠️
universal_silabs_flasher/flasher.py 33.33% 2 Missing ⚠️
universal_silabs_flasher/common.py 66.66% 1 Missing ⚠️
universal_silabs_flasher/cpc.py 50.00% 1 Missing ⚠️
universal_silabs_flasher/spinel.py 50.00% 1 Missing ⚠️
universal_silabs_flasher/xmodemcrc.py 50.00% 1 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev      #88      +/-   ##
==========================================
+ Coverage   61.78%   65.61%   +3.82%     
==========================================
  Files          14       14              
  Lines        1748     1736      -12     
==========================================
+ Hits         1080     1139      +59     
+ Misses        668      597      -71     

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

@puddly puddly merged commit 98fbe9f into NabuCasa:dev Nov 5, 2024
12 checks passed
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