Skip to content

Commit 643e410

Browse files
authored
Merge pull request #1392 from dbcli/RW/tox-install-llm
Include LLM dependencies in tox configuration
2 parents 5467503 + 9c6ce1a commit 643e410

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Upcoming (TBD)
2+
==============
3+
4+
Internal
5+
--------
6+
* Include LLM dependencies in tox configuration.
7+
8+
19
1.41.0 (2025/11/01)
210
==============
311

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ passenv = PYTEST_HOST
99
PYTEST_PASSWORD
1010
PYTEST_PORT
1111
PYTEST_CHARSET
12-
commands = uv pip install -e .[dev,ssh]
12+
commands = uv pip install -e .[dev,ssh,llm]
1313
coverage run -m pytest -v test
1414
coverage report -m
1515
behave test/features

0 commit comments

Comments
 (0)