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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « recipe_modules/python/example.resources/test.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_modules/python/example.resources/test.vpython
diff --git a/recipe_modules/python/example.resources/test.vpython b/recipe_modules/python/example.resources/test.vpython
new file mode 100644
index 0000000000000000000000000000000000000000..9fa7c16d39e8e279607250e2b309a0af2ca25dff
--- /dev/null
+++ b/recipe_modules/python/example.resources/test.vpython
@@ -0,0 +1,14 @@
+##
+# "vpython" VirtualEnv spec file.
+#
+# Pick a test package with no dependencies from "/bootstrap/venv.cfg" that
+# differs from teh package inlined in "test.py".
+#
+# This is used for "test.py" by "example.py", along with the "--verify-six"
+# flag.
+##
+
+wheel: <
+ name: "infra/python/wheels/six-py2_py3"
+ version: "version:1.10.0"
+>
« 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