mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
Python: Updated merge test jobs (#1578)
* Updated merge test jobs * Small fix
This commit is contained in:
committed by
GitHub
Unverified
parent
c72455508b
commit
9c3f52566f
@@ -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'] }]
|
||||
|
||||
Reference in New Issue
Block a user