Skip to content

Commit

Permalink
Replace poetry lock --check with poetry check --lock
Browse files Browse the repository at this point in the history
Poetry 1.6.0 deprecated `poetry lock --check` python-poetry/poetry#8015
  • Loading branch information
carlcsaposs-canonical authored Aug 23, 2023
1 parent 7d94c8d commit 3642d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ allowlist_externals =
commands_pre =
poetry install --only lint
commands =
poetry lock --check
poetry check --lock
# uncomment the following line if this charm owns a lib
# codespell {[vars]lib_path}
poetry run codespell {[vars]all_path}
Expand Down

0 comments on commit 3642d48

Please sign in to comment.