Ben Mares
Ben Mares
Adding a CLI flag to disable PyPI makes a lot of sense to me, and seems straightforward. Are you able to add private repos from `environment.yml` like [this example](https://github.com/conda/conda-lock#private-pip-repositories)? I'm...
I apologize for not finding more time to dedicate to conda-lock and to see through features like this. Glancing over this, it seems very straightforward. I don't think this is...
Looks like a bug, thanks for the report!
Hi @AlbertDeFusco, thanks so much for the report! I was confused at first since the monkeypatch you describe is within the `if PY34:` block. But the definition of `PY34` is...
Yes, sorry about this. I have been meaning to do this for quite some time, and it's very high on my todo list. I'm hoping to get to it this...
I'll try again this weekend, but since something might come up, better to assume that I'll get it by the subsequent weekend with about p=75%.
Thanks for the reminder. This is still on my radar, and I would like very much to do the update soon, but it requires a big block of time that's...
This will be closed by https://github.com/conda/conda-lock/pull/637 once we fix the remaining failing test case. @AlbertDeFusco, that branch also fixes your import issue.
The tests are unfortunately somewhat flaky. It doesn't necessarily mean that the problem is on your side. I find the previous implementation of some stuff fairly suspect. For example, ```python...
Those preexisting issues aside, it looks really excellent! Thanks so much for putting this together. Thanks for your patience in waiting for review. I hope we can get this in...