FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix(tutorials): add pytest-asyncio to async tutorial dev deps (#481) · scaleapi/scale-agentex-python@8ae3ee5 · GitHub

Commit 8ae3ee5

Browse files
fix(tutorials): add pytest-asyncio to async tutorial dev deps (#481)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 5e65454 commit 8ae3ee5

5 files changed

Lines changed: 10 additions & 0 deletions

File tree

‎examples/tutorials/10_async/00_base/090_multi_agent_non_temporal/pyproject.toml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ dependencies = [
1616
[project.optional-dependencies]
1717
dev = [
1818
"pytest",
19+
"pytest-asyncio",
20+
"httpx",
1921
"black",
2022
"isort",
2123
"flake8",

‎examples/tutorials/10_async/10_temporal/060_open_ai_agents_sdk_hello_world/pyproject.toml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ dependencies = [
1717
[project.optional-dependencies]
1818
dev = [
1919
"pytest",
20+
"pytest-asyncio",
21+
"httpx",
2022
"black",
2123
"isort",
2224
"flake8",

‎examples/tutorials/10_async/10_temporal/070_open_ai_agents_sdk_tools/pyproject.toml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ dependencies = [
1717
[project.optional-dependencies]
1818
dev = [
1919
"pytest",
20+
"pytest-asyncio",
21+
"httpx",
2022
"black",
2123
"isort",
2224
"flake8",

‎examples/tutorials/10_async/10_temporal/080_open_ai_agents_sdk_human_in_the_loop/pyproject.toml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ dependencies = [
1717
[project.optional-dependencies]
1818
dev = [
1919
"pytest",
20+
"pytest-asyncio",
21+
"httpx",
2022
"black",
2123
"isort",
2224
"flake8",

‎examples/tutorials/10_async/10_temporal/090_claude_agents_sdk_mvp/pyproject.toml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ dependencies = [
1717
[project.optional-dependencies]
1818
dev = [
1919
"pytest",
20+
"pytest-asyncio",
21+
"httpx",
2022
"black",
2123
"isort",
2224
"flake8",

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL