prefix-dev / rip

Solve and install Python packages quickly with rip (pip in Rust)
https://prefix.dev
BSD 3-Clause "New" or "Revised" License
645 stars 21 forks source link

Test: resolution with stand-alone python version #154

Open tdejager opened 8 months ago

tdejager commented 8 months ago

To test the code paths better with independent python versions, currently this is only done by pixi.

We could set-up a pixi environment or use https://github.com/indygreg/python-build-standalone to test out these features.

tdejager commented 8 months ago

@baszalmstra WDYT? Indygreg or pixi somehow? Only problem pixi does not have a library we could use currently. Or just rattler maybe?

baszalmstra commented 7 months ago

Im on the fence. I think it would be nicer to use rattler but I think you get a better representation using Indygreg. I also think Indygreg is easier to do.