Skip to content

Commit cd3f00e

Browse files
authored
tests: Use poetry install -vvv for debugging
1 parent b0b3783 commit cd3f00e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ commands =
4343
base_python = python3.11
4444
commands =
4545
poetry run python -VV
46-
poetry install -v --only main,docs
46+
poetry install -vvv --only main,docs
4747
# Use -W to treat warnings as errors.
4848
poetry run sphinx-build -b html -W docs docs/_build

0 commit comments

Comments
 (0)