Skip to content

Commit

Permalink
remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zleman1593 committed Nov 11, 2024
1 parent d5717cc commit 45d515b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_torchfix.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,11 @@ def test_no_python_files(tmp_path):
non_python_file.write_text("This is not a Python file")

# Run torchfix on the temporary directory
# Seems wrong to call python3 directly here.
result = subprocess.run(
["python3", "-m", "torchfix", str(tmp_path)],
capture_output=True,
text=True,
)

# Check that the script exits successfully
assert result.returncode == 0

Expand Down

0 comments on commit 45d515b

Please sign in to comment.