Skip to content

Commit 55b5129

Browse files
xitzhangXiting Zhangscbedd
authored
[VoiceLive] Skip tests requiring aiphttp in whl_no_aio (#43180)
* [VoiceLive] Add tests * modify tests * update test * update env vars * update path of preparer * remove live test tag * update async config * update test resources * update * update * update models * update * update * update * update tests.yml construction * update assets * update mark * update pylint * update for 1.0.0b5 * remove useless resources * update async option * update for whl_no_aio env * update * [VoiceLive] Update assets path by devtools_testutils * remove markers * update import sequence * [VoiceLive] Skip tests requiring aiphttp in whl_no_aio --------- Co-authored-by: Xiting Zhang <[email protected]> Co-authored-by: Scott Beddall <[email protected]>
1 parent 8c4f85e commit 55b5129

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

sdk/ai/azure-ai-voicelive/tests/test_unit_smoke_validation.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
Run this file directly to test the basic imports and functionality.
1010
"""
1111

12+
import pytest
13+
14+
pytest.importorskip(
15+
"aiohttp",
16+
reason="Skipping aio tests: aiohttp not installed (whl_no_aio).",
17+
)
1218

1319
def test_basic_imports():
1420
"""Test that key components can be imported."""

0 commit comments

Comments
 (0)