Talley Lambert
Talley Lambert
ready for a first pass @maresb
i didn't yet add a command line option, but could also do that if you want to tell me the syntax you'd prefer. perhaps something like `--pypi-to-conda=cupy-cuda11x:cupy`? dunno... could get...
yeah, totally fine with me to leave out the cli option
seem to be some test failures... but I haven't been able to reproduce them locally (macos)
> I think it's just less mental effort to understand concrete types. I won't request you to change it, but in case you do make further changes, it'd be nice...
made some slight adjustments to the module. got rid of the module-level global and removed a duplicated function in `pyproject_toml.py`. I could probably go father and remove the `_LookupLoader` altogether,...
> Might be worth adding in a test to ensure that this functionality doesn't regress added, thanks!
thanks. yeah I saw that ... i think there's a fixture/state leakage somewhere (perhaps in the resolver). It works in isolation. need to figure out what other test it's conflicting...
figured it out. hopefully should pass now 🤞