File tree Expand file tree Collapse file tree
python/packages/hyperlight/tests/hyperlight Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -462,7 +462,6 @@ async def test_agent_runs_hyperlight_codeact_end_to_end_with_fake_sandbox(monkey
462462 assert "compute" in _FakeSandbox .instances [0 ].registered_tools
463463
464464
465- @pytest .mark .integration
466465@skip_if_hyperlight_integration_tests_disabled
467466async def test_agent_runs_hyperlight_codeact_end_to_end_with_real_sandbox () -> None :
468467 client = _FakeCodeActChatClient ()
@@ -475,7 +474,6 @@ async def test_agent_runs_hyperlight_codeact_end_to_end_with_real_sandbox() -> N
475474 assert client .call_count == 2
476475
477476
478- @pytest .mark .integration
479477@skip_if_hyperlight_integration_tests_disabled
480478async def test_provider_run_tool_reads_writes_files_and_accesses_allowed_url_with_real_sandbox (
481479 tmp_path : Path ,
You can’t perform that action at this time.
0 commit comments