Skip to content

Commit

Permalink
pragma
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja committed Jan 7, 2024
1 parent 155ffa9 commit 4b27fd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_cli_compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -3332,7 +3332,7 @@ def test_compile_recursive_extras_static(runner, tmp_path, current_resolver):
try:
assert out.exit_code == 0
assert expected == out.stdout
except Exception:
except Exception: # pragma: no cover
print(out.stdout)
print(out.stderr)
raise
Expand Down Expand Up @@ -3382,7 +3382,7 @@ def test_compile_recursive_extras_build_targets(runner, tmp_path, current_resolv
try:
assert out.exit_code == 0
assert expected == out.stdout
except Exception:
except Exception: # pragma: no cover
print(out.stdout)
print(out.stderr)
raise
Expand Down

0 comments on commit 4b27fd3

Please sign in to comment.