Ben Mares
Ben Mares
My original interpretation is that you use the exact same specs but flip the priority so that lower version numbers are favored, and then you'd get a single solution with...
> Would it make sense to notify the user if the solve's lowest versions are higher than what their matchspec implies? In my view this wouldn't be terribly helpful as...
Thanks so much, the commit structure looks great!
Hi @romain-intel, it looks great so far! The failing test was recently added in #629 so it'd be great to fix that to ensure no regression. Perhaps @sfinkens could help?
Thanks @sfinkens for the clue! I think I've fixed it in 630adf8. Could you please review?
Looks like there's one remaining test failure: `test_it_uses_pip_repositories_with_env_var_substitution[conda-response_url_without_credentials]`. @jacksmith15, is this something you could help with?
Ooh, that's quite nasty. Thanks for tracking down the cause! Unfortunately I don't have any particular ideas about how to fix this, but I'm open to suggestions.
Thanks so much @romain-intel for all your work on this, and I'm glad you're back! I'm curious why [environment markers](https://python-poetry.org/docs/dependency-specification/#using-environment-markers) are necessary. As for what else is needed, I think...
Thanks for the clarification @romain-intel! To flesh out exactly what the issue is, as I understand it, the current behavior of conda-lock is to ignore [PEP 508 environment markers](https://peps.python.org/pep-0508/). We...
> by having different files to generate the envs I suspect there's a miscommunication here. Wouldn't having different envs work around the dogfooding breakage? I'm suggesting to simply break it....