Python: Updated merge test jobs (#1578)

* Updated merge test jobs

* Small fix
This commit is contained in:
Dmytro Struk
2025-10-20 09:22:46 -07:00
committed by GitHub
Unverified
parent c72455508b
commit 9c3f52566f
2 changed files with 69 additions and 55 deletions
+7
View File
@@ -252,6 +252,13 @@ pytest --import-mode=importlib
packages/**/tests
"""
[tool.poe.tasks.azure-ai-tests]
cmd = """
pytest --import-mode=importlib
-n logical --dist loadfile --dist worksteal
packages/azure-ai/tests
"""
[tool.poe.tasks.venv]
cmd = "uv venv --clear --python $python"
args = [{ name = "python", default = "3.13", options = ['-p', '--python'] }]