Skip to content

Commit 5f636c4

Browse files
committed
chore: print 삭제한다.
Signed-off-by: rewrite0w0 <[email protected]>
1 parent 67c11e9 commit 5f636c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/pytest/package_manager/test_mod.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,3 @@ def test_windows(input_path, output_path):
2727
result = subprocess.run(command, capture_output=True, text=True)
2828
assert result.returncode == 0, f"Command failed: {command}\nstdout: {result.stdout}\nstderr: {result.stderr}"
2929
assert any(os.scandir(output_path)), f"Output file does not exist: {output_path}"
30-
print(f"Output file does not exist: {output_path}")

0 commit comments

Comments
 (0)