diff options
| author | 2022-09-26 17:24:08 +0000 | |
|---|---|---|
| committer | 2022-09-26 17:24:08 +0000 | |
| commit | 2f037821b019e06e14f8beabbbcd7c0007812900 (patch) | |
| tree | 202a4c0af9b10d95d77f65be6214b25bf367ef90 /python/python_test.go | |
| parent | 394a12b3150981364ccd1302c56e08c36c91520a (diff) | |
| parent | af4b13dbe4c4063f784777fc4f58b6fd4f727c6a (diff) | |
Merge "Add flag to not add top-level modules to PYTHONPATH"
Diffstat (limited to 'python/python_test.go')
| -rw-r--r-- | python/python_test.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/python/python_test.go b/python/python_test.go index f57f504d7..42a1ffb2c 100644 --- a/python/python_test.go +++ b/python/python_test.go @@ -300,8 +300,6 @@ var ( filepath.Join("dir", "file2.py"): nil, filepath.Join("dir", "bin.py"): nil, filepath.Join("dir", "file4.py"): nil, - StubTemplateHost: []byte(`PYTHON_BINARY = '%interpreter%' - MAIN_FILE = '%main%'`), }, expectedBinaries: []pyModule{ { |