diff options
Diffstat (limited to 'src/python/grpcio_test/setup.cfg')
-rw-r--r-- | src/python/grpcio_test/setup.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/python/grpcio_test/setup.cfg b/src/python/grpcio_test/setup.cfg new file mode 100644 index 0000000000..b32d3f5972 --- /dev/null +++ b/src/python/grpcio_test/setup.cfg @@ -0,0 +1,3 @@ +[pytest] +norecursedirs = _cython +python_files = *_test.py |