Skip to content

Commit 6ab0a0f

Browse files
committed
temp: don't bomb the test
1 parent 01c97cc commit 6ab0a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_process.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ def test_coverage_run_is_like_python_runme(self) -> None:
674674
expected = self.run_command("python run_me.py")
675675
actual = self.run_command("coverage run run_me.py")
676676
self.assert_tryexecfile_output(expected, actual)
677-
1/0 # See what the output looks like without safepath
677+
#1/0 # See what the output looks like without safepath
678678

679679
def test_coverage_run_far_away_is_like_python(self) -> None:
680680
with open(TRY_EXECFILE) as f:

0 commit comments

Comments
 (0)