Skip to content

Commit 3b98b49

Browse files
committed
update test, undo pyproject changes
1 parent 5c38b45 commit 3b98b49

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,8 @@ replacement = '[\1](https://github.com/llamastack/llama-stack-client-python/tree
118118

119119
[tool.pytest.ini_options]
120120
testpaths = ["tests"]
121-
# addopts = "--tb=short -n auto"
122-
addopts = "--tb=short"
123-
# xfail_strict = true
121+
addopts = "--tb=short -n auto"
122+
xfail_strict = true
124123
asyncio_mode = "auto"
125124
asyncio_default_fixture_loop_scope = "session"
126125
filterwarnings = [

tests/integration/test_agent_turn_step_events.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def agent_with_file_search(openai_client):
7373
name=f"test-vs-{uuid4().hex[:8]}",
7474
extra_body={
7575
"provider_id": "faiss",
76-
"embedding_model": "sentence-transformers/all-MiniLM-L6-v2",
76+
"embedding_model": "nomic-ai/nomic-embed-text-v1.5",
7777
},
7878
)
7979
vector_store_file = openai_client.vector_stores.files.create(

0 commit comments

Comments
 (0)