Skip to content

Commit

Permalink
Make tox pull requirements from extra dependency [dev]
Browse files Browse the repository at this point in the history
  • Loading branch information
fwitte committed Nov 27, 2024
1 parent 0b0f8f9 commit e961bbe
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ setenv =
PYTHONUNBUFFERED=yes
passenv =
*
deps =
py
pytest
extras =
dev
commands =
{posargs:pytest -vv --ignore=src}

Expand Down Expand Up @@ -59,8 +58,6 @@ commands =

[testenv:docs]
usedevelop = true
deps =
-r{toxinidir}/docs/requirements.txt
commands =
sphinx-build {posargs:-E} -W -b html docs dist/docs
sphinx-build -b linkcheck docs dist/docs
Expand Down

0 comments on commit e961bbe

Please sign in to comment.