Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv committed Dec 17, 2024
1 parent 8df3397 commit 1e06579
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion test/end-to-end/test_simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -1170,4 +1170,10 @@ def test_recipe_variant_render(
)

assert snapshot_json == [output["recipe"]["requirements"] for output in rendered]
assert snapshot_json == [output["finalized_dependencies"]["build"]["specs"] for output in rendered]
assert snapshot_json == [
(
output["finalized_dependencies"]["build"]["specs"],
output["finalized_dependencies"]["run"],
)
for output in rendered
]

0 comments on commit 1e06579

Please sign in to comment.