Skip to content

Commit

Permalink
Skip extracting for no-archive in formats test
Browse files Browse the repository at this point in the history
  • Loading branch information
Andriy Yurchuk authored and Andriy Yurchuk committed Apr 21, 2024
1 parent ec235fa commit 54070c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda_pack/tests/test_formats.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def test_format(tmpdir, format, zip_symlinks, root_and_paths):
else:
cmd = ["squashfuse", packed_env_path, spill_dir]
subprocess.check_output(cmd)
else:
elif format != "no-archive":
with tarfile.open(packed_env_path) as out:
out.extractall(spill_dir)

Expand Down

0 comments on commit 54070c9

Please sign in to comment.