This repository was archived by the owner on Jan 23, 2024. It is now read-only.
Commit 6a10687
Add support for Python 3 in //devtools/cdbg/e2e/python/gce:e2e_python_gce_test
Unfortunately tools like virtualenv and pyenv won't work with this since they
are designed for interactive shells and _vm.RunShellCommand starts a new one
every time.
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=1875322561 parent 968c7ec commit 6a10687
3 files changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
| 88 | + | |
88 | 89 | | |
89 | 90 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
147 | 149 | | |
148 | 150 | | |
149 | 151 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
461 | 461 | | |
462 | 462 | | |
463 | 463 | | |
| 464 | + | |
| 465 | + | |
464 | 466 | | |
465 | 467 | | |
466 | 468 | | |
| |||
0 commit comments