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

Avoid warning for inter-relative extra dependencies #198

Closed
CasperWA opened this issue Oct 23, 2023 · 0 comments · Fixed by #202
Closed

Avoid warning for inter-relative extra dependencies #198

CasperWA opened this issue Oct 23, 2023 · 0 comments · Fixed by #202
Labels
enhancement New feature or request GH Workflows Issue/PR related to the callable workflows pre-commit hooks Issue/PR related to pre-commit hooks priority/medium Medium priority issue/PR

Comments

@CasperWA
Copy link
Collaborator

In the update-deps task, there is no need to warn if an inter-relative extra dependency is found, e.g.:

[project]
name = "ci-cd"

[project.optional-dependencies]
testing = ["pytest", "pytest-cov"]
dev = ["pre-commit", "ci-cd[testing]"]

Here, the ci-cd[testing] dependency should be ignored.

@CasperWA CasperWA added enhancement New feature or request pre-commit hooks Issue/PR related to pre-commit hooks GH Workflows Issue/PR related to the callable workflows priority/medium Medium priority issue/PR labels Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request GH Workflows Issue/PR related to the callable workflows pre-commit hooks Issue/PR related to pre-commit hooks priority/medium Medium priority issue/PR
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant