FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix: Include discovery artifacts in published package by parthea · Pull Request #1221 · googleapis/google-api-python-client · GitHub

fix: Include discovery artifacts in published package - #1221

Merged
gcf-merge-on-green[bot] merged 1 commit into
masterfrom
fix-missing-documents-in-published-version
Mar 4, 2021
Merged

fix: Include discovery artifacts in published package#1221
gcf-merge-on-green[bot] merged 1 commit into
masterfrom
fix-missing-documents-in-published-version

Conversation

parthea commented Mar 4, 2021
edited
Loading

Copy link
Copy Markdown
Contributor

Fixes #1214 🦕

I was able to re-create the issue by using the following steps.

  1. Create a clean pyenv environment
  2. Download google-api-python-client-2.0.1 from PyPi here and unzip it
  3. Install it using pip install <Unzipped Directory>
  4. Confirm discovery.build() fails on any call

To Verify the fix, repeat the steps above, but apply the update in this PR prior to installing the library.

parthea requested a review from a team March 4, 2021 16:30
google-cla Bot added the cla: yes This human has signed the Contributor License Agreement. label Mar 4, 2021
parthea requested a review from busunkim96 March 4, 2021 16:32

Copy link
Copy Markdown
Contributor

Confirmed that the fix works for me locally. Thanks @parthea!

parthea added the automerge Merge the pull request once unit tests and other checks pass. label Mar 4, 2021
gcf-merge-on-green Bot merged commit ad618d0 into master Mar 4, 2021
gcf-merge-on-green Bot deleted the fix-missing-documents-in-published-version branch March 4, 2021 17:02
gcf-merge-on-green Bot removed the automerge Merge the pull request once unit tests and other checks pass. label Mar 4, 2021
parthea added a commit that referenced this pull request Apr 20, 2021
parthea added a commit that referenced this pull request Apr 20, 2021
gcf-merge-on-green Bot pushed a commit that referenced this pull request Apr 20, 2021
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [x] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-api-python-client/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
- [x] Ensure the tests and linter pass
- [x] Code coverage does not decrease (if any source code was changed)
- [x] Appropriate docs were updated (if necessary)

Fixes #1235 🦕

In an attempt to verify that this is a fix for #1235  I'm going push a commit that removes the fix from #1221 in this PR and confirm that the checks fail.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Published package is missing discovery files in discovery_cache

2 participants


Back | FazBrowse Home | New Git URL