-
Notifications
You must be signed in to change notification settings - Fork 468
chore(ci): test only with grpcio wheels #1310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -93,7 +93,13 @@ envlist = | |||||
| gevent_contrib-py{37,38}-gevent{13,14} | ||||||
| # gevent 1.0 is not python 3 compatible | ||||||
| gevent_contrib-{py27}-gevent{10} | ||||||
| grpc_contrib-{py27,py35,py36,py37,py38}-grpc{112,113,114,115,116,117,118,119,120,121,122} | ||||||
| # use grpcio versions with bdist_wheel packages for python versions | ||||||
| # py27,py35,py36: grpcio>=1.13.0 | ||||||
| # py37: grpcio>=1.13.0 | ||||||
| # py38: grpcio>=1.24.3 | ||||||
| grpc_contrib-{py27,py35,py36}-grpc{,112,113,114,115,116,117,118,119,120,121,122} | ||||||
| grpc_contrib-{py37}-grpc{,113,114,115,116,117,118,119,120,121,122} | ||||||
| grpc_contrib-{py38}-grpc{,1243} | ||||||
|
||||||
| grpc_contrib-{py38}-grpc{,1243} | |
| grpc_contrib-{py38}-grpc{1243,latest} |
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| grpc: grpcio | |
| grpclatest: grpcio |
I think this is the convention we're following for the other libraries
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| grpc: googleapis-common-protos | |
| grpclatest: googleapis-common-protos |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.