Skip to content

Commit 769fd82

Browse files
committed
Delete test
1 parent f3e6821 commit 769fd82

File tree

2 files changed

+3
-114
lines changed

2 files changed

+3
-114
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ opentelemetry = [
2626
]
2727
pydantic = ["pydantic>=2.0.0,<3"]
2828
openai-agents = [
29-
"openai-agents>=0.2.3,<=0.2.9", # 0.2.10 doesn't work: https://github.com/openai/openai-agents-python/issues/1639
29+
"openai-agents>=0.2.11,<0.3",
3030
"eval-type-backport>=0.2.2; python_version < '3.10'"
3131
]
3232

@@ -57,7 +57,7 @@ dev = [
5757
"pytest-cov>=6.1.1",
5858
"httpx>=0.28.1",
5959
"pytest-pretty>=1.3.0",
60-
"openai-agents[litellm]>=0.2.3,<=0.2.9", # 0.2.10 doesn't work: https://github.com/openai/openai-agents-python/issues/1639
60+
"openai-agents[litellm]>=0.2.11,<0.3"
6161
]
6262

6363
[tool.poe.tasks]
@@ -82,7 +82,7 @@ lint-types = [
8282
{ cmd = "uv run mypy --namespace-packages --check-untyped-defs ."},
8383
]
8484
run-bench = "uv run python scripts/run_bench.py"
85-
test = "uv run pytest tests/nexus/test_worker.py"
85+
test = "uv run pytest"
8686

8787

8888
[tool.pytest.ini_options]

tests/nexus/test_worker.py

Lines changed: 0 additions & 111 deletions
This file was deleted.

0 commit comments

Comments
 (0)