From 2064f6659d6a1e4c008f3c239f5b0e66ce3fcfde Mon Sep 17 00:00:00 2001 From: Jugal Mistry Date: Wed, 18 Oct 2023 11:05:21 +0530 Subject: [PATCH] Remove unnecessary stdout in test_init --- tests/cli/test_init.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/cli/test_init.py b/tests/cli/test_init.py index dd3ac17..91b1271 100644 --- a/tests/cli/test_init.py +++ b/tests/cli/test_init.py @@ -26,7 +26,6 @@ def test_init_with_given_python_version(cli_run, tmp_path): def test_init_with_no_package_directories(cli_run, tmp_path): cli_run(["init", "-n", "-p", "3.9"], cwd=tmp_path) - print("CLI TEST_RAN") assert ( tmp_path.joinpath("pyproject.toml").read_text() == """\