Azure / Azure/azure-sdk-for-python
Support Min Dependency Testing with Azure DevOps Feeds Issue
- Dominant language
- Python
- Stars
- 5.6k
- Forks
- 3.4k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 193
Description
Issue:
Min dependency validation currently attempts to resolve packages from PyPI, even when an Azure DevOps feed is configured. This causes failures in network-isolated environments where access to PyPI is blocked.
Expected:
Min dependency resolution should work using Azure DevOps feeds only.
No fallback requests to PyPI when an explicit feed is configured.
Impact:
Min dependency tests fail under Network Isolation/CFS.
Prevents validation of packages in feed-only environments.
Ask: Investigate whether min dependency tooling can be configured to resolve exclusively from Azure DevOps feeds, or add support for feed-only operation.
Contributor guide
Assessment
This issue has not been assessed yet.