-
Notifications
You must be signed in to change notification settings - Fork 21
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
feat: allow installation of multiple packages in one run #157
Conversation
Co-authored-by: Dominik Heidler <[email protected]>
Co-authored-by: Dominik Heidler <[email protected]>
Co-authored-by: Dominik Heidler <[email protected]>
I added a test, but I don't know of a suitable package to be installed. Alternatively I could expand the |
I guess it would suffice if you would just do the same as |
That wouldn't test for plugins in that case. (And it also would just check if it already was installed.) Is that alright? |
Then use something like |
Each test module runs in a fresh container. |
Thank you for the guidance. |
Co-authored-by: Dominik Heidler <[email protected]>
Co-authored-by: Dominik Heidler <[email protected]>
I guess now I remember why I replaced |
Could I suggest to avoid "refresh" for each package to install? That's is, if I do:
it will do a "refresh" (for nothing, cause were refreshed with "codecs" application installation). And a last suggestion in "help" information about "-m" parameter ..... "space separated application names" ;) Thank you anyway for considering. |
resolve #154
Introduce
-m
option (multi package / multi install)Some changes:
if __name__ == '__main__' :
(will revert if not liked)If you agree with the general changes, I'll try to write tests.