Skip to content

Commit 9f79d69

Browse files
authored
tests: fix tests on main (#452)
* 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`.
1 parent aef7576 commit 9f79d69

File tree

3 files changed

+104
-63
lines changed

3 files changed

+104
-63
lines changed

packages/google-cloud-firestore/testing/constraints-3.6.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@
88
google-api-core==1.26.0
99
google-cloud-core==1.4.1
1010
proto-plus==1.10.0
11-
google-auth==1.24.0 # TODO: remove when google-auth>=1.25.0 is required through google-api-core
11+
protobuf==3.12.0 # transitive from `google-api-core`
12+
google-auth==1.24.0 # TODO: remove when google-auth>=1.25.0 is required through google-api-core

0 commit comments

Comments
 (0)