Skip to content

Commit

Permalink
Need platform and arch as well.
Browse files Browse the repository at this point in the history
Due to the order in which cbc.yaml is parsed.
  • Loading branch information
isuruf committed Oct 4, 2023
1 parent d99909d commit 349dc00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,8 @@ def test_native_stdlib_metadata(
os.path.join(metadata_dir, "_stdlib_jinja2"),
config=testing_config,
variants={"target_platform": f"{platform}-{arch}"},
platform=platform,
arch=arch,
permit_unsatisfiable_variants=True,
finalize=False,
bypass_env_check=True,
Expand Down

0 comments on commit 349dc00

Please sign in to comment.