Skip to content

Commit 8921a43

Browse files
Fix skeleton command output test (#214)
1 parent a55b647 commit 8921a43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyodide_build/tests/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def test_skeleton_pypi(tmp_path):
7272
skeleton.app, ["pypi", test_pkg, "--recipe-dir", str(tmp_path)]
7373
)
7474
assert result.exit_code != 0
75-
assert "already exists" in str(result.stdout)
75+
assert "already exists" in str(result.stderr)
7676
assert isinstance(result.exception, SystemExit)
7777

7878

0 commit comments

Comments
 (0)