feat(build): resolving PyPI deps with a SourceRecord Python#5159
feat(build): resolving PyPI deps with a SourceRecord Python#5159nichmor merged 2 commits intoprefix-dev:mainfrom
SourceRecord Python#5159Conversation
nichmor
left a comment
There was a problem hiding this comment.
I think in theory we could write a test with PassThrough backend ( to not build the source package ) and just validate that we are not getting the error.
But I'm also fine merging this without it.
|
If we don't want a test in-tree we should at least check it works locally. Can someone try with the manifest in the linked issue? |
let me test it |
I've tested and had a problem with |
|
added also extra-slow tests to ensure that we are not breaking anything |
|
thanks @lucascolley ! |

for python/cpython#142897
we should probably add a test