Conversation
Add exceptions. Fix some lint issues.
Add exceptions. Fix some lint issues.
8f8edb6 to
abe06e0
Compare
|
Hi @notatallshaw, sorry to bother you about this. These failures happen because the tests end up triggering {'is_file': False, 'file_path': None, 'comes_from': 'https://test.pypi.org/simple/initools/', 'metadata_urls': {'https://test.pypi.org/simple/initools/'}}
{'https://test.pypi.org/simple/initools/'}
{'is_file': False, 'file_path': None, 'comes_from': 'https://pypi.org/simple/initools/', 'metadata_urls': {'https://pypi.org/simple/initools/'}}Since there’s no Track or Alternate Location metadata indicating these repositories can be merged, this isn’t PEP 708 compliant, and I see two possible approaches:
Before moving forward, I’d really appreciate your guidance on which direction makes the most sense. Thanks! |
Just wanted to gently follow up on this and get your thoughts when you have a moment. |
This PR continues the implementation effort for PEP 708, building on the work in #12813.
Since the original PR is now inactive, I have rebased the branch onto the current main, and I am working to complete the implementation so pip can make use of metadata already supported by PyPI.