-
Notifications
You must be signed in to change notification settings - Fork 43
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
Our import of FC,F from click.decorators isn't supported #726
Labels
bug
Something isn't working (template-set)
Comments
Note: a quick experiment shows that click-8.1.5 still gives us lint failures:
I think we want to wait for click-8.1.6; see pallets/click#2558 (comment) and pallets/click#2565 for community discussion. |
mdellweg
added a commit
to mdellweg/pulp-cli
that referenced
this issue
Jul 20, 2023
3 tasks
mdellweg
added a commit
to mdellweg/pulp-cli
that referenced
this issue
Jul 20, 2023
mdellweg
added a commit
to mdellweg/pulp-cli
that referenced
this issue
Jul 20, 2023
mdellweg
added a commit
to mdellweg/pulp-cli
that referenced
this issue
Jul 20, 2023
mdellweg
added a commit
to mdellweg/pulp-cli
that referenced
this issue
Jul 20, 2023
mdellweg
added a commit
to mdellweg/pulp-cli
that referenced
this issue
Jul 20, 2023
mdellweg
added a commit
to mdellweg/pulp-cli
that referenced
this issue
Jul 20, 2023
We're also running into python/mypy#15037 , which @mdellweg is addressing in the PR for this issue. |
mdellweg
added a commit
to mdellweg/pulp-cli
that referenced
this issue
Jul 21, 2023
mdellweg
added a commit
that referenced
this issue
Jul 24, 2023
mdellweg
added a commit
to mdellweg/pulp-cli
that referenced
this issue
Jul 26, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In
pulpcore/cli/common/generic.py
we dofrom click.decorators import FC, F
. These are "convenient aliases", not part of click's supported API, and one of them "disappeared" in click-8.1.4. We need to not-rely on importing from click.The text was updated successfully, but these errors were encountered: