-
Notifications
You must be signed in to change notification settings - Fork 350
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
fix: re-add py sessions to noxfile #22
Conversation
All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the ℹ️ Googlers: Go here for more info. |
All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the ℹ️ Googlers: Go here for more info. |
@@ -15,6 +15,4 @@ | |||
# limitations under the License. | |||
# | |||
|
|||
from google.cloud.aiplatform import gapic |
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.
This was raising an "imported but unused error". Let me know if I should re-add it.
@@ -156,7 +156,7 @@ def docs(session): | |||
shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True) | |||
session.run( | |||
"sphinx-build", | |||
"-W", # warnings as errors |
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 remove this because there were warnings in the docs build. The session will only fail on sphinx errors.
All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the ℹ️ Googlers: Go here for more info. |
All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the ℹ️ Googlers: Go here for more info. |
A Googler has manually verified that the CLAs look good. (Googler, please make sure the reason for overriding the CLA status is clearly documented in these comments.) ℹ️ Googlers: Go here for more info. |
Not sure why cla-bot is unhappy, but all commits were made by Googlers with valid CLAs. |
@dizcology Please review the comments and merge if you're OK with the additional changes I made |
* Export aiplatform_v1beta1 as aiplatform.gapic_v1beta1 (#17) Freeing up the google.cloud.aiplatform namespace for MB SDK * GAPIC namespace (#20) * name space google.cloud.aiplatform.gapic * Init Disclaimer (#28) * clean up docstrings that are not rendered properly in reference doc (#24) Co-authored-by: Vinny Senthil <[email protected]> * fix: re-add py sessions to noxfile (#22) * fix: re-add py sessions to noxfile Co-authored-by: Vinny Senthil <[email protected]> Co-authored-by: Yu-Han Liu <[email protected]> Co-authored-by: Vinny Senthil <[email protected]>
* Export aiplatform_v1beta1 as aiplatform.gapic_v1beta1 (googleapis#17) Freeing up the google.cloud.aiplatform namespace for MB SDK * GAPIC namespace (googleapis#20) * name space google.cloud.aiplatform.gapic * Init Disclaimer (googleapis#28) * clean up docstrings that are not rendered properly in reference doc (googleapis#24) Co-authored-by: Vinny Senthil <[email protected]> * fix: re-add py sessions to noxfile (googleapis#22) * fix: re-add py sessions to noxfile Co-authored-by: Vinny Senthil <[email protected]> Co-authored-by: Yu-Han Liu <[email protected]> Co-authored-by: Vinny Senthil <[email protected]>
* Export aiplatform_v1beta1 as aiplatform.gapic_v1beta1 (googleapis#17) Freeing up the google.cloud.aiplatform namespace for MB SDK * GAPIC namespace (googleapis#20) * name space google.cloud.aiplatform.gapic * Init Disclaimer (googleapis#28) * clean up docstrings that are not rendered properly in reference doc (googleapis#24) Co-authored-by: Vinny Senthil <[email protected]> * fix: re-add py sessions to noxfile (googleapis#22) * fix: re-add py sessions to noxfile Co-authored-by: Vinny Senthil <[email protected]> Co-authored-by: Yu-Han Liu <[email protected]> Co-authored-by: Vinny Senthil <[email protected]>
It looks like these disappeared in a manual generation.
Unfortunately that likely means nox hasn't been running most of the sessions, so this PR may fail on existing code.