Skip to content

Commit 8e166c7

Browse files
committed
test(harnesses): include qwenpaw-data in full extra assertion
PR #7190 added qwenpaw-data to the full optional-dependencies set so the plugin runtime is installed by default. Update the contract test that mirrors pyproject.toml to expect the new extra in the full bundle.
1 parent 61b5a2e commit 8e166c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/harnesses/test_optional_dependencies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def test_codex_and_qoder_sdks_are_optional_and_in_full() -> None:
2525
assert extras["codex"] == ["openai-codex==0.144.4"]
2626
assert extras["qoder"] == ["qoder-agent-sdk==1.0.9"]
2727
assert extras["full"] == [
28-
"qwenpaw[hub,local,whisper,codex,qoder]",
28+
"qwenpaw[qwenpaw-data,hub,local,whisper,codex,qoder]",
2929
]
3030

3131

0 commit comments

Comments
 (0)