Skip to content

Commit

Permalink
Remove '--sync' from copied tox+poetry example
Browse files Browse the repository at this point in the history
  • Loading branch information
davedittrich committed Oct 7, 2024
1 parent e4cd20c commit e515cc2
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 @@ -47,7 +47,7 @@ setenv =
VIRTUAL_ENV={envdir}
PYTHONPATH={toxinidir}:{toxinidir}/psec
commands_pre =
poetry install --no-root --sync --with=dev --with=test
poetry install --no-root --with=dev --with=test
poetry self add poetry-dynamic-versioning[plugin]
commands =
poetry dynamic-versioning
Expand Down

0 comments on commit e515cc2

Please sign in to comment.