Skip to content

Commit 8be8f26

Browse files
committed
Remove debug
1 parent 0afd59b commit 8be8f26

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/unit/ctl/test_repository_app.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,7 @@ def test_repo_init(self) -> None:
347347

348348
yaml.safe_dump(answers, temp_yaml)
349349
temp_yaml.close()
350-
output = runner.invoke(app, ["repository", "init", str(dst), "--data", str(yaml_path)])
351-
print(output.stdout)
350+
runner.invoke(app, ["repository", "init", str(dst), "--data", str(yaml_path)])
352351
coppied_answers = yaml.safe_load((dst / ".copier-answers.yml").read_text())
353352
coppied_answers.pop("_src_path")
354353

0 commit comments

Comments
 (0)