Skip to content

Commit 2a03e2b

Browse files
committed
poetry export is provided by a plugin now
1 parent ccdfe2b commit 2a03e2b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ deps =
2929
commands = {env:_PYTEST_CMD:pytest} {env:_PYTEST_MORE_ARGS:} {posargs:-vvl}
3030

3131
[testenv:mypy]
32-
deps = poetry
32+
deps =
33+
poetry
34+
poetry-plugin-export
3335
allowlist_externals = sh
3436
commands_pre =
3537
sh -c "\

0 commit comments

Comments
 (0)