diff --git a/contrib/runners/python_runner/tests/integration/test_python_action_process_wrapper.py b/contrib/runners/python_runner/tests/integration/test_python_action_process_wrapper.py index 802ef40709..b2809aa410 100644 --- a/contrib/runners/python_runner/tests/integration/test_python_action_process_wrapper.py +++ b/contrib/runners/python_runner/tests/integration/test_python_action_process_wrapper.py @@ -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