From 77c2d9909c208f13a67debf66b67075f353eee34 Mon Sep 17 00:00:00 2001 From: Tim O'Farrell Date: Wed, 7 Jan 2026 12:47:05 -0700 Subject: [PATCH] Lint fixes --- tests/runtime/test_port_locking_fix.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/runtime/test_port_locking_fix.py b/tests/runtime/test_port_locking_fix.py index 54e34cd8aa..bb71aa5258 100644 --- a/tests/runtime/test_port_locking_fix.py +++ b/tests/runtime/test_port_locking_fix.py @@ -8,7 +8,9 @@ import pytest from openhands.runtime.utils.port_lock import PortLock, find_available_port_with_lock -@pytest.mark.skip(reason='2025-01-07: These tests are flaky in CI due to timing assumptions') +@pytest.mark.skip( + reason='2025-01-07: These tests are flaky in CI due to timing assumptions' +) class TestPortLockingFix: """Test cases for port allocation race condition fix."""