Skip to content

Commit ad192cb

Browse files
committed
Add tox lockfile updater
Signed-off-by: Samuel Monson <smonson@redhat.com>
1 parent a47c3c3 commit ad192cb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tox.ini

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,13 @@ commands =
9898
rm -rf .tox
9999
rm -rf .ruff_cache
100100
rm -rf .coverage
101+
102+
103+
[testenv:lock]
104+
description = Update pylock
105+
skip_install = true
106+
setenv =
107+
PDM_IGNORE_SAVED_PYTHON="1"
108+
deps = pdm[all]
109+
commands =
110+
pdm lock --update-reuse

0 commit comments

Comments
 (0)