-
-
Notifications
You must be signed in to change notification settings - Fork 130
👷 ci: install all extras in ci #573
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -71,12 +71,7 @@ generate-schema: | |||||||||||
| uv run scripts/generate-schema.py | ||||||||||||
|
|
||||||||||||
| # CI specific | ||||||||||||
| # TODO(SigureMo): Install all extra when cryptography support 3.14t. | ||||||||||||
| # See https://github.com/pyca/cryptography/issues/12489#issuecomment-3133415491 for more details. | ||||||||||||
| ci-install pyversion: | ||||||||||||
| uv sync --dev -p {{pyversion}} | ||||||||||||
|
|
||||||||||||
| ci-install-all pyversion: | ||||||||||||
| uv sync --all-extras --dev -p {{pyversion}} | ||||||||||||
|
|
||||||||||||
|
||||||||||||
| ci-install-all pyversion: | |
| @echo "Warning: 'ci-install-all' is deprecated and will be removed in a future release. Please use 'ci-install' instead." | |
| just ci-install {{pyversion}} |
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.
[nitpick] The prior explanatory TODO about waiting for cryptography support was removed without replacement, losing useful context for why this consolidation is now safe. Consider adding a brief comment (e.g., 'All extras enabled now that cryptography supports required Python version — see <issue/link>') to preserve traceability.