-
Notifications
You must be signed in to change notification settings - Fork 6
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
Initial napari specific classes for package installer related logic #121
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #121 +/- ##
==========================================
+ Coverage 93.53% 94.07% +0.53%
==========================================
Files 11 13 +2
Lines 1981 2026 +45
==========================================
+ Hits 1853 1906 +53
+ Misses 128 120 -8 ☔ View full report in Codecov by Sentry. |
39d51ab
to
7618646
Compare
2a5c52e
to
fb5f527
Compare
LGTM but let's have @goanpeca take a look too before the merge. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @dalthviz just went through the PR. Looks really good :)
Thanks for working on this.
Is there anything that can be tested from the base implementations as to have separate test files also?
test_base_qt_installer...
test_qt_installer...
?
Thinking about that maybe we could move napari-plugin-manager/napari_plugin_manager/_tests/test_installer_process.py Lines 58 to 70 in 84f79a0
to a |
Looks like we have a reproducible error in the Windows CI 🤔 |
I think I was able to fix it by adding a |
I have a couple of PRs that I will merge afterwards, but I can also make a new minor release anyway :) So either way works for me |
Oh I see, I think I will merge then this in an hour or so (if no other comment is added). Also, maybe we should list/mention those other pending PRs over #122 ? Makes sense to me to merge any pending work and just do one new release 🤔 |
Will work on those PRs today and will ping you back :) |
Part of #59