-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Closed
Labels
EngSysThis issue is impacting the engineering system.This issue is impacting the engineering system.
Description
azure-identity recently changed a dependency on msal-extensions from ~=0.1.3 to ~=0.2.2. This package is required by the azure-identity package in the dev feed but an older version of msal-extensions is required by the package on PyPI. The result is a break during package installation that causes smoke tests to fail:
ERROR: Could not find a version that satisfies the requirement msal-extensions~=0.2.2 (from azure-identity) (from versions: none)
(link)
Our current workflow for installing packages is:
- Install smoke test
requirments.txtusing PyPI as the source for packages - Uninstall the packages in
requirements.txt(leaving behind the dependencies which were installed from the previous step) - Install the packages in
requirements.txtusing the dev feed as the package source
This installed packages successfully when there were no changes in dependencies between the packages in the dev feed and packages on PyPI.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
EngSysThis issue is impacting the engineering system.This issue is impacting the engineering system.