commit | 2a0cb49152a4adeeffd1ee707650d332e4dd37b5 | [log] [tgz] |
---|---|---|
author | Masood Malekghassemi <soltanmm@users.noreply.github.com> | Thu Oct 22 17:43:33 2015 -0700 |
committer | Masood Malekghassemi <soltanmm@users.noreply.github.com> | Fri Oct 23 13:13:45 2015 -0700 |
tree | fa2de875d35821002df62f684ac247b4a8638f62 | |
parent | 7f5b3285b18d2b654a6ff8f3908314c1ad7fcd18 [diff] [blame] |
Bring Python interop tests to the beta API Also uses the .proto files for the service/stub definitions.
diff --git a/src/python/grpcio_test/setup.py b/src/python/grpcio_test/setup.py index 0f43b4a..e9ee45a 100644 --- a/src/python/grpcio_test/setup.py +++ b/src/python/grpcio_test/setup.py
@@ -77,7 +77,9 @@ ) _COMMAND_CLASS = { - 'test': commands.RunTests + 'test': commands.RunTests, + 'build_proto_modules': commands.BuildProtoModules, + 'build_py': commands.BuildPy, } setuptools.setup(