`poetry export` is provided by a plugin now

This commit is contained in:
Alessio Bogon 2025-01-08 20:59:39 +01:00
parent ccdfe2b2bd
commit 2a03e2ba94
No known key found for this signature in database
1 changed files with 3 additions and 1 deletions

View File

@ -29,7 +29,9 @@ deps =
commands = {env:_PYTEST_CMD:pytest} {env:_PYTEST_MORE_ARGS:} {posargs:-vvl} commands = {env:_PYTEST_CMD:pytest} {env:_PYTEST_MORE_ARGS:} {posargs:-vvl}
[testenv:mypy] [testenv:mypy]
deps = poetry deps =
poetry
poetry-plugin-export
allowlist_externals = sh allowlist_externals = sh
commands_pre = commands_pre =
sh -c "\ sh -c "\