Skip to content

Commit

Permalink
FIX: install pytest in types dependency group
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Oct 28, 2024
1 parent 60e3576 commit 41dceb3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,10 @@ test = [
"pytest-cov",
"pytest-xdist",
]
types = ["sphinx-api-relink"]
types = [
"pytest",
"sphinx-api-relink",
]

[tool.setuptools]
include-package-data = false
Expand Down
8 changes: 7 additions & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 41dceb3

Please sign in to comment.