diff --git a/changelog.md b/changelog.md index d3f11e07..d6df9e6e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,11 @@ +Upcoming (TBD) +============== + +Internal +-------- +* Include LLM dependencies in tox configuration. + + 1.41.0 (2025/11/01) ============== diff --git a/tox.ini b/tox.ini index 6f4ae816..e1dee793 100644 --- a/tox.ini +++ b/tox.ini @@ -9,7 +9,7 @@ passenv = PYTEST_HOST PYTEST_PASSWORD PYTEST_PORT PYTEST_CHARSET -commands = uv pip install -e .[dev,ssh] +commands = uv pip install -e .[dev,ssh,llm] coverage run -m pytest -v test coverage report -m behave test/features