-
Notifications
You must be signed in to change notification settings - Fork 93
Closed
Labels
Description
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.
- remove circular dependency on export plugin python-poetry/poetry#5980
- Explicitly depend on poetry-plugin-export cjolowicz/nox-poetry#874
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: