From 38aad12eaae1ad11cd9998e5d997ba9e2aba0efc Mon Sep 17 00:00:00 2001 From: GlassOfWhiskey Date: Sat, 31 Jan 2026 21:54:59 +0100 Subject: [PATCH] Use venv lock runner with Tox This commit ensures that Tox runs `uv` commands with the `--locked` option to check if dependencies are updated. --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 87f0ea8..2351537 100644 --- a/tox.ini +++ b/tox.ini @@ -22,8 +22,10 @@ description = passenv = CI GITHUB_* +runner = uv-venv-lock-runner setenv = py3.{10,11,12,13,14}-unit: LC_ALL = C.UTF-8 +uv_sync_flags = --no-dev [testenv:bandit] commands = bandit -r streamflow