Skip to content

Commit

Permalink
tests: fix tests on main (#452)
Browse files Browse the repository at this point in the history
* tests: avoid using default credentials in unit tests

Closes #451.

* tests: work around change in error raised by protobuf>=3.18.0

Closes #446.

* tests: pin minimum 'protobuf' version under 3.6

Inherited from 'google-api-core`.
  • Loading branch information
tseaver committed Sep 22, 2021
1 parent 51c92aa commit b88b4e7
Show file tree
Hide file tree
Showing 3 changed files with 104 additions and 63 deletions.
3 changes: 2 additions & 1 deletion testing/constraints-3.6.txt
Expand Up @@ -8,4 +8,5 @@
google-api-core==1.26.0
google-cloud-core==1.4.1
proto-plus==1.10.0
google-auth==1.24.0 # TODO: remove when google-auth>=1.25.0 is required through google-api-core
protobuf==3.12.0 # transitive from `google-api-core`
google-auth==1.24.0 # TODO: remove when google-auth>=1.25.0 is required through google-api-core

0 comments on commit b88b4e7

Please sign in to comment.