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

Analyzer: Remove python-click dependency #5913

Closed

Conversation

justin-stephenson
Copy link
Contributor

As python-click will not be in RHEL9, switch to using the builtin argparse python module.

"""

class _PseudoGroup(argparse.Action):

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nitpicking - Looking at the overall style this empty line should be avoided.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, fixed - and rebased PR.

@thalman
Copy link
Contributor

thalman commented Dec 14, 2021

Thank you for the patch. I will wait for CI to finish the job and then I'm going to ACK it.

@thalman
Copy link
Contributor

thalman commented Dec 14, 2021

ACK

Comment on lines 9 to 11
from sss_analyze import SubparsersAction
from sss_analyze import Option
from sss_analyze import Analyzer
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

incomplete imports
see #5842

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed, thank you.

As python-click will not be in RHEL9, switch to using the builtin
argparse python module.
@alexey-tikhonov
Copy link
Member

@thalman, are you fine with the latest update?

@stanislavlevin, does it address your comment?

@thalman
Copy link
Contributor

thalman commented Dec 15, 2021

@alexey-tikhonov Yes, I'm fine with last update

@alexey-tikhonov alexey-tikhonov added the Ready to push Ready to push label Dec 15, 2021
@stanislavlevin
Copy link
Contributor

@alexey-tikhonov, yes, it does.

@alexey-tikhonov
Copy link
Member

Pushed PR: #5913

  • master
    • 3ef7952 - Analyzer: Remove python-click dependency

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants