| 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"
|
| +>
|
|
|