johnthagen / python-blueprint

🐍 Example Python project using best practices 🥇

Home Page:https://johnthagen.github.io/python-blueprint/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warning that Poetry-bundled `poetry-plugin-export` is deprecated

johnthagen opened this issue · comments

Poetry added a warning that shows up when using nox-poetry:

nox > poetry export --format=requirements.txt --with=nox --with=install --with=test --with=type_check --with=lint --without-hashes
      Warning: poetry-plugin-export will not be installed by default in a future version of Poetry.

There is currently no consensus upstream about when this plugin will be removed and what, if any, better replacement steps will be. Instructing the user to install yet another unlocked, external dependency outside of Poetry's actual control is not very desirable. A better solution would be: