-
Notifications
You must be signed in to change notification settings - Fork 480
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
Q1 2024 Release #830
Merged
Q1 2024 Release #830
Commits on Jan 12, 2024
-
Changes to run unit tests in a Docker container
Remove support for Python 3.7 Add Python 3.8, 3.9 and 3.10 to unit tests runs. Instructions to run unit tests: 1. Without Docker: * Make sure you have pyenv installed (go/adr-python). * Make sure Python versions 3.8, 3.9 and 3.10 are installed. * From project root run: pyenv local 3.8 3.9 3.10 * From project root run: nox 2. With Docker: * Make sure you have Docker installed. * From project root run: docker build -t google-ads-python:test . * From project root run: docker run -it google-ads-python:test cd nox Change-Id: I64b1fa622143dced50c690f69410e84f7b7d27bf
Configuration menu - View commit details
-
Copy full SHA for 0a014f0 - Browse repository at this point
Copy the full SHA 0a014f0View commit details -
Refactor unit tests to resolve issues with pyfakefs and add support for
Python 3.11 and 3.12. Change-Id: Ie33c74a1f74418550d49e74670c6328eea4279d8
Configuration menu - View commit details
-
Copy full SHA for 3bb439b - Browse repository at this point
Copy the full SHA 3bb439bView commit details -
1. Move to native/implicit namespace
* Removes google/__init__.py and google/ads/__init__.py * Switch to find_namespace_packages in setup.py 2. Remove usage of pkg_resources * Regenerate v13, v14, and v15 stubs with gapic generator v1.13.0 * Remove from googleads/client.py and rely on default transport parameter * Remove from metadata interceptor and reply on __version__ for pb version. Change-Id: I7fec326731ac321be131270843aba6cf5d76cff8
Configuration menu - View commit details
-
Copy full SHA for 91e9cd9 - Browse repository at this point
Copy the full SHA 91e9cd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbe48b3 - Browse repository at this point
Copy the full SHA dbe48b3View commit details
Commits on Jan 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 045782b - Browse repository at this point
Copy the full SHA 045782bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6835664 - Browse repository at this point
Copy the full SHA 6835664View commit details
Commits on Jan 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 470c2b6 - Browse repository at this point
Copy the full SHA 470c2b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d98fdca - Browse repository at this point
Copy the full SHA d98fdcaView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.