-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Steps to Reproduce:
-
Create a
pyproject.tomlfile with the following content:[project] name = "app" version = "0.1.0" dependencies = [ "urllib3", ] [tool.uv] package = false [tool.uv.pip] index-url = "https://test.pypi.org/simple"
-
Run the following command:
~/app# uv sync --no-cache --upgrade --verbose 2>&1 | grep simple
-
Observe the output.
Expected Behavior:
The output should indicate that uv is using the specified index-url (https://test.pypi.org/simple) to fetch packages.
Actual Behavior:
The output shows that uv is still attempting to access the default PyPI repository:
DEBUG No cache entry for: https://pypi.org/simple/urllib3/
Environment:
uv Platform: Ubuntu 24.04 LTS on WSL2
uv Version: uv 0.4.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation