Regenerated poetry lock to update dependencies (#11593)

This commit is contained in:
Tim O'Farrell
2025-10-31 14:25:01 -06:00
committed by GitHub
parent 1f7dec4d94
commit 2ccc611e7c
2 changed files with 2 additions and 1 deletions

View File

@@ -51,6 +51,7 @@ def get_platform_command(linux_cmd, windows_cmd):
return windows_cmd if is_windows() else linux_cmd
@pytest.mark.skip(reason='This test is flaky')
def test_bash_server(temp_dir, runtime_cls, run_as_openhands):
runtime, config = _load_runtime(temp_dir, runtime_cls, run_as_openhands)
try: