-
Notifications
You must be signed in to change notification settings - Fork 37
Closed
Labels
type: processA process-related concern. May include testing, release, or the like.A process-related concern. May include testing, release, or the like.
Description
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.
Lines 45 to 50 in 325f322
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.A process-related concern. May include testing, release, or the like.