`poetry export` is provided by a plugin now
This commit is contained in:
parent
ccdfe2b2bd
commit
2a03e2ba94
4
tox.ini
4
tox.ini
|
@ -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 "\
|
||||||
|
|
Loading…
Reference in New Issue