Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(49)

Side by Side Diff: recipe_modules/python/example.resources/test.vpython

Issue 2875823002: Add vpython support to Python recipe module. (Closed)
Patch Set: rebase Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « recipe_modules/python/example.resources/test.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(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 >
OLDNEW
« no previous file with comments | « recipe_modules/python/example.resources/test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698