We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Create a linter to ensure that all dependencies required in PYDEPS in all included charm libs are installed in the venv
PYDEPS
With strict deps we don't install from PYDEPS
The text was updated successfully, but these errors were encountered:
Thank you for reporting us your feedback!
The internal ticket has been created: https://warthogs.atlassian.net/browse/CRAFT-3370.
This message was autogenerated
Sorry, something went wrong.
feat(linters): PYDEPS linter
65f2b47
This adds a linter that checks the PYDEPS of all charmlibs in a charm to ensure the resulting packages match. Fixes #1890 CRAFT-3370
8877d1b
Successfully merging a pull request may close this issue.
What needs to get done
Create a linter to ensure that all dependencies required in
PYDEPS
in all included charm libs are installed in the venvWhy it needs to get done
With strict deps we don't install from
PYDEPS
The text was updated successfully, but these errors were encountered: