aboutsummaryrefslogtreecommitdiff
path: root/testing
AgeCommit message (Collapse)Author
2021-10-19feat: add 'GoogleAPICallError.error_details' property (#286)Aza Tulepbergenov
Based on 'google.rpc.status.details'.
2021-08-13fix: bump grpcio version to use stable aio API (#234)Lidi Zheng
2021-08-03fix!: drop support for Python 2.7 / 3.5 (#212)Tres Seaver
Drop 'six' module Drop 'u"' prefixes for text Remove other Python 2.7 workarounds Drop use of 'pytz' Dxpand range to allow 'google-auth' 2.x versions Remove 'general_helpers.wraps': except for a backward-compatibility import, 'functools.wraps' does everything wee need on Python >= 3.6. Remove 'packaging' dependency Release-As: 2.0.0b1 Closes #74. Closes #215.
2021-06-16chore: blacken (#206)Tres Seaver
Also, fix 2.7 tests broken by release of 'googleapis-common-protos 1.53.0', which dropped Python 2.7 support. Closes #169
2021-05-20fix: require google-auth>=1.25.0 (#190)Bu Sun Kim
2021-02-05feat: allow default_host and default_scopes to be passed to create_channel ↵Bu Sun Kim
(#134) Add `default_host` and `default_scopes` parameters to `create_channel` so self-signed JWTs can be used.
2021-01-13chore: add constraints file (#122)Bu Sun Kim
Add constraints file to test lower bounds.
2020-06-09chore: update templates (#44)Bu Sun Kim