Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
Adafede committed Nov 25, 2024
1 parent 1d4e74d commit fc494da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ envlist =
[testenv]
# Runs on the "tests" directory by default, or passes the positional
# arguments from `tox -e py <posargs_1> ... <posargs_n>
allowlist_externals = poetry
allowlist_externals = uv
commands_pre =
poetry install --no-root --sync
uv sync
commands =
coverage run -p -m pytest --durations=20 {posargs:tests}
coverage combine
Expand Down

0 comments on commit fc494da

Please sign in to comment.