aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/build_python.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/run_tests/build_python.sh')
-rwxr-xr-xtools/run_tests/build_python.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/run_tests/build_python.sh b/tools/run_tests/build_python.sh
index 1ad928f2da..687b04e954 100755
--- a/tools/run_tests/build_python.sh
+++ b/tools/run_tests/build_python.sh
@@ -72,10 +72,6 @@ else
exit 1
fi
-if [ "$CONFIG" = "gcov" ]; then
- export GRPC_PYTHON_ENABLE_CYTHON_TRACING=1
-fi
-
# Instnatiate the virtualenv, preferring to do so from the relevant python
# version. Even if these commands fail (e.g. on Windows due to name conflicts)
# it's possible that the virtualenv is still usable and we trust the tester to