Comparing v2.11.0...v2.12.0 · googleapis/python-storage
This repository was archived by the owner on Mar 31, 2026. It is now read-only.
- 13 commits
- 32 files changed
- 7 contributors
Commits on Oct 11, 2023
-
test: dedup kms_bucket fixture (#1129)
After adding back KMS permissions to the kokoro project, KMS integration tests now pass. However, upon investigation, I noticed that we have a duplicate set of kms pytest fixtures. This removes the duplicates and changes fixture scope to per-function. Fixes #1128