We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae0deb6 commit 791f98fCopy full SHA for 791f98f
pyproject.toml
@@ -125,9 +125,6 @@ asyncio_default_fixture_loop_scope = "session"
125
filterwarnings = [
126
"error"
127
]
128
-markers = [
129
- "allow_network: marks tests that make live network calls",
130
-]
131
132
[tool.mypy]
133
pretty = true
tests/integration/test_agent_responses_e2e.py
@@ -14,7 +14,6 @@
14
)
15
16
17
-@pytest.mark.allow_network
18
def test_agent_create_turn_non_streaming(client) -> None:
19
agent = Agent(
20
client=client,
@@ -37,7 +36,6 @@ def test_agent_create_turn_non_streaming(client) -> None:
37
36
assert agent._last_response_id == response.id
38
39
40
41
def test_agent_create_turn_streaming(client) -> None:
42
43
0 commit comments