Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add support for pre-release testing of dependencies #427

@parthea

Description

@parthea

There is a prerelease_deps nox session for packages in google-cloud-python, for example, 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 the direct dependencies shown below.

install_requires=("protobuf >= 3.19.0, <5.0.0dev",),
extras_require={
"testing": [
"google-api-core[grpc] >= 1.31.5",
],
},

For example, when a new pre-release version of google-api-core or protobuf is published, there should be a prerelease presubmit check in this repo that run tests against it.

Metadata

Metadata

Assignees

Labels

type: processA process-related concern. May include testing, release, or the like.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions