Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 ## | |
| 2 # "vpython" VirtualEnv spec file. | |
| 3 # | |
| 4 # Pick a test package with no dependencies from "/bootstrap/venv.cfg" that | |
| 5 # differs from teh package inlined in "test.py". | |
| 6 # | |
| 7 # This is used for "test.py" by "example.py", along with the "--verify-six" | |
| 8 # flag. | |
| 9 ## | |
| 10 | |
| 11 wheel: < | |
| 12 name: "infra/python/wheels/six-py2_py3" | |
| 13 version: "version:1.10.0" | |
| 14 > | |
| OLD | NEW |