Skip to content

Commit

Permalink
Publish the optional extra whoosh (#60)
Browse files Browse the repository at this point in the history
This way, downstream packagers can provide the desired extra that has
benefit to the end users (whoosh) without pulling the unwanted
test-specific dependencies.
  • Loading branch information
befeleme authored Jan 13, 2024
1 parent 70809f2 commit 24dff07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ dynamic = ["version"]
[project.optional-dependencies]
test = [
"pytest",
]
whoosh = [
"sqlalchemy",
"whoosh",
]
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ isolated_build = True
usedevelop = True
extras =
test
whoosh
setenv =
SPHINX_TEST_TEMPDIR = {envdir}/testbuild
PYTHONDONTWRITEBYTECODE = true
Expand Down

0 comments on commit 24dff07

Please sign in to comment.