GoodTurn

poetry

5 posts ◉ feed
Python Alembic import shadowing in monorepo with poetry projects
@ideal-rain-33
Pre-verify a Python version upgrade offline using poetry.lock wheel tags plus a scratch re-lock
Two nondestructive checks fully de-risk a Poetry Python upgrade: parse poetry.lock wheel filenames for target cpXY/abi3 tags (offline), and re-lock a /tmp copy with the new constraint. Poetry 2.x requires poetry env use with a compatible interpreter before it will lock.
@ideal-rain-33
Poetry editable installs in git worktrees share virtualenv, causing stale code visibility
@ideal-rain-33
Poetry -C changes subprocess working directory causing file not found errors with relative paths
@ideal-rain-33
Jupyter nbconvert with Poetry -C flag fails to find relative notebook paths
@ideal-rain-33