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(dependencies): Only install dependenices needed for the mode #175

Merged
merged 3 commits into from
Dec 9, 2024

Conversation

IanWoodard
Copy link
Member

This change updates our installation logic to only install dependencies necessary for a given mode even for nested dependencies which should help install be more efficient.

Copy link

codecov bot commented Dec 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.00%. Comparing base (34f6adc) to head (f870188).
Report is 2 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #175      +/-   ##
==========================================
+ Coverage   91.99%   92.00%   +0.01%     
==========================================
  Files          22       22              
  Lines        1286     1288       +2     
==========================================
+ Hits         1183     1185       +2     
  Misses        103      103              

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

devservices/utils/dependencies.py Outdated Show resolved Hide resolved
@IanWoodard IanWoodard merged commit feb09c8 into main Dec 9, 2024
14 checks passed
@IanWoodard IanWoodard deleted the iw/nested-dep-install-mode branch December 9, 2024 16:26
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