Skip to content

Commit dc96617

Browse files
committed
All tests steps depend on uv.
1 parent e09a969 commit dc96617

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

tox.ini

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@ commands = ruff check
2020

2121
[testenv:integration]
2222
skip_install = true
23-
deps = behave
24-
commands = behave tests/features --no-capture
23+
deps = uv
24+
commands = uv pip install -e .[dev]
25+
behave tests/features --no-capture
2526

2627
[testenv:rest]
2728
skip_install = true
28-
deps = docutils
29-
commands = docutils --halt=warning changelog.rst >/dev/null
29+
deps = uv
30+
commands = uv pip install -e .[dev]
31+
docutils --halt=warning changelog.rst >/dev/null

0 commit comments

Comments
 (0)