Skip to content

Commit

Permalink
add reason to pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
guzzijones committed Sep 11, 2024
1 parent 3623211 commit f467b47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
TIME_BINARY_AVAILABLE = TIME_BINARY_PATH is not None


@pytest.mark.skipif(not TIME_BINARY_PATH, "time binary not available")
@pytest.mark.skipif(not TIME_BINARY_PATH, reason="time binary not available")
class PythonRunnerActionWrapperProcessTestCase(unittest.TestCase):
def test_process_wrapper_exits_in_reasonable_timeframe(self):
# 1. Verify wrapper script path is correct and file exists
Expand Down

0 comments on commit f467b47

Please sign in to comment.