Skip to content

Commit a70291b

Browse files
set tests as non-integration
1 parent 764c15a commit a70291b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

python/packages/hyperlight/tests/hyperlight/test_hyperlight_codeact.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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
467466
async 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
480478
async def test_provider_run_tool_reads_writes_files_and_accesses_allowed_url_with_real_sandbox(
481479
tmp_path: Path,

0 commit comments

Comments
 (0)