commit | 5a65bcd48cb582c5f41e93f9ab618bffc3b5d8a1 | [log] [tgz] |
---|---|---|
author | Masood Malekghassemi <soltanmm@users.noreply.github.com> | Fri Sep 25 11:27:10 2015 -0700 |
committer | Masood Malekghassemi <soltanmm@users.noreply.github.com> | Wed Oct 07 16:19:45 2015 -0700 |
tree | 9f78b2c4578416d1c7b609d5a2f0eb57217c337b | |
parent | b53b36e2b7fced8440241d58c3e24a3ece108cb6 [diff] [blame] |
Bring Cython tests back online
diff --git a/src/python/grpcio_test/setup.py b/src/python/grpcio_test/setup.py index fe36bc9..0f43b4a 100644 --- a/src/python/grpcio_test/setup.py +++ b/src/python/grpcio_test/setup.py
@@ -40,7 +40,7 @@ # Break import-style to ensure we can actually find our commands module. import commands -_PACKAGES = setuptools.find_packages('.', exclude=['*._cython', '*._cython.*']) +_PACKAGES = setuptools.find_packages('.') _PACKAGE_DIRECTORIES = { '': '.',