Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move concurrency settings to top-level #4257

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

charliermarsh
Copy link
Member

Summary

These are global and non-specific to the pip API, so I think they should be elevated.

Test Plan

  • Ran UV_CONCURRENT_DOWNLOADS=1 cargo run pip list; verified that downloads resolved to 1.
  • Added concurrent-downloads = 5 under [tool.uv] in pyproject.toml; ran cargo run pip list; verified that downloads resolved to 5.
  • Ran UV_CONCURRENT_DOWNLOADS=1 cargo run pip list; verified that downloads resolved to 1.

@charliermarsh charliermarsh added configuration Settings and such breaking A breaking change labels Jun 11, 2024
@charliermarsh charliermarsh added this to the v0.3.0 milestone Jun 11, 2024
@charliermarsh charliermarsh force-pushed the charlie/context branch 2 times, most recently from f9eb785 to f672a88 Compare June 14, 2024 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking A breaking change configuration Settings and such
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants