Skip to content

Commit

Permalink
ci: Remove print()
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Apr 2, 2024
1 parent 86d6abd commit bde268b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ def test_invalid_args(cmd, tmp_path: Path):
)
def test_invalid_env(cmd, env_path: Path, tmp_path: Path):
"""Run test caese on env having invalid configuration."""
print(env_path)
shutil.copytree(env_path, tmp_path, dirs_exist_ok=True)
proc: CompletedProcess = cmd("update", "0.2.0")
assert proc.returncode != 0
Expand Down

0 comments on commit bde268b

Please sign in to comment.