You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci(mi-e2e): run pytest directly on self-hosted pools; drop runtime pip install
The self-hosted MI E2E pools carry the toolchain (like Go/.NET); pre-provision
msal's deps + pytest on them instead of installing at run time. This removes the
runtime "pip install", which the Azure Arc pool cannot do anyway - its egress TLS
inspection blocks files.pythonhosted.org (the same restriction MSAL Go documented).
Also drop --timeout so pytest-timeout is not required.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 5ad57850-7d1f-4b9a-bf9f-723d69a9687c
0 commit comments