Jeffrey C. Lerman

Results 25 comments of Jeffrey C. Lerman

One more thought on this: It seems like `myst-parser` 18.x must have supported relative paths in a way that tolerated going "above" the root, since in my example, I can...

I see - thanks for the pointer! I confirm that `poetry lock` properly complains again once I do `pip uninstall my-dep`. I think there are two issues here: 1. The...

Hi, no, I haven't had a chance to look into a fix unfortunately. The documentation update at least would be easy, and should probably be done first, but is if...

Thanks @sinoroc. Yes, I saw `tox-poetry-installer` but also noticed that it too is incompatible with the latest `poetry`. That plugin seems to use the dev-dependencies from the lockfile if it...

@sinoroc: A list of dependency groups seems reasonable to me. The name of the key should probably change since it's no longer just for dev-dependencies. Maybe something like: ``` poetry_install_dependency_groups...