Skip to content

Commit

Permalink
tests: remove arch_triplet from unit test (canonical#4160)
Browse files Browse the repository at this point in the history
Signed-off-by: Callahan Kovacs <callahan.kovacs@canonical.com>
  • Loading branch information
mr-cal authored and cmatsuoka committed May 23, 2023
1 parent 77d3454 commit dde32df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/unit/meta/test_snap_yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ def test_assumes(simple_project, new_dir):
simple_project(assumes=["foossumes"]),
prime_dir=Path(new_dir),
arch="amd64",
arch_triplet="x86_64-linux-gnu",
)
yaml_file = Path("meta/snap.yaml")
assert yaml_file.is_file()
Expand Down Expand Up @@ -425,7 +424,6 @@ def test_hook_command_chain_assumes_with_existing_assumes(simple_project, new_di
simple_project(hooks=hooks, assumes=["foossumes", "barssumes"]),
prime_dir=Path(new_dir),
arch="amd64",
arch_triplet="x86_64-linux-gnu",
)
yaml_file = Path("meta/snap.yaml")
assert yaml_file.is_file()
Expand Down

0 comments on commit dde32df

Please sign in to comment.