We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e09a969 commit dc96617Copy full SHA for dc96617
1 file changed
tox.ini
@@ -20,10 +20,12 @@ commands = ruff check
20
21
[testenv:integration]
22
skip_install = true
23
-deps = behave
24
-commands = behave tests/features --no-capture
+deps = uv
+commands = uv pip install -e .[dev]
25
+ behave tests/features --no-capture
26
27
[testenv:rest]
28
-deps = docutils
29
-commands = docutils --halt=warning changelog.rst >/dev/null
30
31
+ docutils --halt=warning changelog.rst >/dev/null
0 commit comments