Add pre-release testing
type: process
There is a `prerelease_deps` nox session for packages in `google-cloud-python`, [for example](https://github.com/googleapis/google-cloud-python/blob/9f0608987b8b72f9e613b170b91b6ab40493287f/packages/google-cloud-access-approval/noxfile.py#L340), that tests against pre-release versions of direct dependencies. We should create a similar presubmit check in this repository that tests pre-release versions of dependencies. For example, when a new pre-release version of `protobuf` is published, there should be a prerelease presubmit check in this repo that run tests against it.
关闭于 2024-05-30 0 条评论