Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Implement Alternate Repository Location for PEP 708 #15716
Implement Alternate Repository Location for PEP 708 #15716
Changes from 11 commits
04e9ec1
837e464
401ed2b
6877707
81cdf21
cf94d59
6759b55
f21d788
8d53891
cc9111b
3517006
5323726
bfab8e3
ef9d6db
987d129
e6fdd04
52542f9
e52f44e
69c6362
95ee51a
60970a6
1849468
6d4a484
2316455
f7f9244
1df1394
415b85f
64fa33b
21ddc57
724fc0f
4e9e773
3fffca8
ebe29e8
03c15ce
68afe18
d1ac800
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I might be missing something, but I think this helper is currently causing the
test_with_files_quarantined_omitted_from_index
test to be skipped (since it's an instance method, but it's currently indented into the helper.) I'll send a PR to fix it.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Opened #16777 with the fix.