-
Notifications
You must be signed in to change notification settings - Fork 184
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
[Python APIView] install optional dependencies on ImportError #9615
[Python APIView] install optional dependencies on ImportError #9615
Conversation
packages/python-packages/apiview-stub-generator/apistub/_stub_generator.py
Show resolved
Hide resolved
packages/python-packages/apiview-stub-generator/apistub/_stub_generator.py
Show resolved
Hide resolved
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.
I think it definitely seems reasonable based on our convo. Any thoughts from @tjprescott
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.
I'll defer to @praveenkuttapan and @scbedd on the best way to test this on CI to make sure it behaves, but the logic makes sense to me.
addresses: #9612
Fixes the issue, but may be a temporary solution depending on further discussion.
Local testing passed. Need to test against existing APIViews in the CI and azure-quantum.