Remove embedded_launcher: true usages

The default value for embedded_launcher has been changed to true.

Bug: 174041232
Test: Presubmits
Change-Id: I2fb4b920828307e60c0fae6864ba720c7c31e1f2
This commit is contained in:
Cole Faust
2024-04-29 16:27:35 -07:00
parent 992011ea77
commit dfcb5c515b
5 changed files with 0 additions and 63 deletions

View File

@@ -27,9 +27,4 @@ python_test_host {
test_options: {
unit_test: false,
},
version: {
py3: {
embedded_launcher: true,
},
},
}

View File

@@ -10,17 +10,3 @@ python_test_host {
"mypkg/mymodule.py",
],
}
python_test_host {
name: "py_dont_import_folder_of_entrypoint_test_embedded_launcher",
main: "mypkg/main.py",
srcs: [
"mypkg/main.py",
"mypkg/mymodule.py",
],
version: {
py3: {
embedded_launcher: true,
},
},
}