commit | 623b7aee4ac6471e3af13cd2256ad7605e54d983 | [log] [tgz] |
---|---|---|
author | Masood Malekghassemi <soltanmm@users.noreply.github.com> | Mon Jul 27 16:32:03 2015 -0700 |
committer | Masood Malekghassemi <soltanmm@users.noreply.github.com> | Thu Jul 30 16:40:00 2015 -0700 |
tree | b152bec103abd959e8f5d6426eb1a4a0ecc81194 | |
parent | fe8dc883d0733a0091c6cc429e74df680749aa2d [diff] [blame] |
Reorganize Python tests
diff --git a/src/python/grpcio_test/setup.py b/src/python/grpcio_test/setup.py index dbea0f7..3f57ef0 100644 --- a/src/python/grpcio_test/setup.py +++ b/src/python/grpcio_test/setup.py
@@ -31,7 +31,7 @@ import setuptools -_PACKAGES = setuptools.find_packages('.') +_PACKAGES = setuptools.find_packages('.', exclude=['*._cython', '*._cython.*']) _PACKAGE_DIRECTORIES = { '': '.',