Merge pull request #15819 from grpc/mmx-grpcio-testing-build
Build grpcio-testing alongside Python artifact buildspull/15826/head^2
commit
062f369c9c
4 changed files with 26 additions and 11 deletions
@ -0,0 +1,3 @@ |
|||||||
|
include grpc_version.py |
||||||
|
recursive-include grpc_testing *.py |
||||||
|
global-exclude *.pyc |
@ -0,0 +1,10 @@ |
|||||||
|
gRPC Python Testing Package |
||||||
|
=========================== |
||||||
|
|
||||||
|
Testing utilities for gRPC Python |
||||||
|
|
||||||
|
Dependencies |
||||||
|
------------ |
||||||
|
|
||||||
|
Depends on the `grpcio` package, available from PyPI via `pip install grpcio`. |
||||||
|
|
Loading…
Reference in new issue