We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5467503 + 9c6ce1a commit 643e410Copy full SHA for 643e410
changelog.md
@@ -1,3 +1,11 @@
1
+Upcoming (TBD)
2
+==============
3
+
4
+Internal
5
+--------
6
+* Include LLM dependencies in tox configuration.
7
8
9
1.41.0 (2025/11/01)
10
==============
11
tox.ini
@@ -9,7 +9,7 @@ passenv = PYTEST_HOST
PYTEST_PASSWORD
PYTEST_PORT
PYTEST_CHARSET
12
-commands = uv pip install -e .[dev,ssh]
+commands = uv pip install -e .[dev,ssh,llm]
13
coverage run -m pytest -v test
14
coverage report -m
15
behave test/features
0 commit comments