Skip to content

Commit 791f98f

Browse files
committed
chore(pytest): drop allow_network marker
1 parent ae0deb6 commit 791f98f

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,6 @@ asyncio_default_fixture_loop_scope = "session"
125125
filterwarnings = [
126126
"error"
127127
]
128-
markers = [
129-
"allow_network: marks tests that make live network calls",
130-
]
131128

132129
[tool.mypy]
133130
pretty = true

tests/integration/test_agent_responses_e2e.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
)
1515

1616

17-
@pytest.mark.allow_network
1817
def test_agent_create_turn_non_streaming(client) -> None:
1918
agent = Agent(
2019
client=client,
@@ -37,7 +36,6 @@ def test_agent_create_turn_non_streaming(client) -> None:
3736
assert agent._last_response_id == response.id
3837

3938

40-
@pytest.mark.allow_network
4139
def test_agent_create_turn_streaming(client) -> None:
4240
agent = Agent(
4341
client=client,

0 commit comments

Comments
 (0)