Don't build Pigweed's upstream Python tests
Disables pw_build_TEST_TRANSITIVE_PYTHON_DEPS so the Python GN build
will not run Pigweed's Python tests.
Fixes: b/300320741
Change-Id: Ic40339c3d8a34460dfa067ff5fc9db83afe584d1
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/examples/+/198130
Commit-Queue: Auto-Submit <auto-submit@pigweed-service-accounts.iam.gserviceaccount.com>
Pigweed-Auto-Submit: Armando Montanez <amontanez@google.com>
Reviewed-by: Taylor Cramer <cramertj@google.com>
diff --git a/.gn b/.gn
index 91920ef..029b8b9 100644
--- a/.gn
+++ b/.gn
@@ -23,6 +23,8 @@
pw_build_PIP_REQUIREMENTS = [ "//docs/requirements.txt" ]
+ pw_build_TEST_TRANSITIVE_PYTHON_DEPS = false
+
dir_pw_third_party_freertos = "//third_party/FreeRTOS"
dir_pw_third_party_stm32cube_f4 = "//third_party/stm32cube_f4"
PICO_SRC_DIR = "//third_party/pico_sdk"