We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 647ba8d commit 8e80a3aCopy full SHA for 8e80a3a
src/pip/_internal/operations/prepare.py
@@ -476,7 +476,7 @@ def _complete_partial_requirements(
476
# distributions get downloaded twice when metadata is loaded
477
# from a PEP 658 standalone metadata file. Setting _downloaded
478
# fixes this for wheels, but breaks the sdist case (tests
479
- # test_download_metadata). As PyPI is currently not serving
+ # test_download_metadata). As PyPI is currently only serving
480
# metadata for wheels, this is not an immediate issue.
481
# Fixing the problem properly looks like it will require a
482
# complete refactoring of the `prepare_linked_requirements_more`
0 commit comments