diff --git a/test/end-to-end/__snapshots__/test_simple/test_recipe_variant_render.1.json b/test/end-to-end/__snapshots__/test_simple/test_recipe_variant_render.1.json index 74c5c53b..9f070ede 100644 --- a/test/end-to-end/__snapshots__/test_simple/test_recipe_variant_render.1.json +++ b/test/end-to-end/__snapshots__/test_simple/test_recipe_variant_render.1.json @@ -1,14 +1,40 @@ [ [ + [ + { + "spec": "python 3.8.*", + "variant": "python" + } + ], { - "spec": "python 3.8.*", - "variant": "python" + "constraints": [], + "depends": [ + { + "source": "python" + }, + { + "source": "__unix" + } + ] } ], [ + [ + { + "spec": "python 3.9.*", + "variant": "python" + } + ], { - "spec": "python 3.9.*", - "variant": "python" + "constraints": [], + "depends": [ + { + "source": "python" + }, + { + "source": "__unix" + } + ] } ] ]