Skip to content

Commit

Permalink
fix: Use uv sync in tox to use locked versions (#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghislainbourgeois authored Dec 20, 2024
1 parent 39ee22f commit 609fd39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ lib_path = {toxinidir}/lib/charms/vault_k8s/
all_path = {[vars]src_path} {[vars]unit_test_path} {[vars]integration_test_path} {[vars]lib_path}

[testenv]
runner = uv-venv-lock-runner
with_dev = true
set_env =
PYTHONPATH = {toxinidir}:{toxinidir}/lib:{[vars]src_path}:{[vars]integration_test_path}/vault_kv_requirer_operator/src
PYTHONBREAKPOINT=pdb.set_trace
Expand Down

0 comments on commit 609fd39

Please sign in to comment.