-
Notifications
You must be signed in to change notification settings - Fork 448
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: update to craft-application latest #4659
Conversation
Signed-off-by: Callahan Kovacs <callahan.kovacs@canonical.com>
Create a default build plan with a build info matching the host's architecture and base, so that individual plan-dependent tests don't have to worry about tweaking the plan.
Signed-off-by: Callahan Kovacs <callahan.kovacs@canonical.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## feature/craft-application #4659 +/- ##
=============================================================
+ Coverage 89.14% 89.22% +0.07%
=============================================================
Files 331 334 +3
Lines 22078 22277 +199
=============================================================
+ Hits 19682 19876 +194
- Misses 2396 2401 +5 ☔ View full report in Codecov by Sentry. |
Spread test failures look as expected to me. The only "new" failure I noticed is that |
@sergiusens - can you land this? |
tox run -m lint
?tox run -e test-py310
? (supported versions:py39
,py310
,py311
,py312
)#4616, #4643, and #4651 all accommodate for different breaking changes in craft-application's main branch.
This PR has a commit for each of those PRs.