Skip to content

Commit

Permalink
Add pytest dependency for docs and linting
Browse files Browse the repository at this point in the history
  • Loading branch information
faph committed Sep 19, 2024
1 parent b4c5392 commit 3b0b0e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ dependencies = [
[project.optional-dependencies]

docs = [
"pytest", # Because we import this in inference_server.testing
"sphinx",
"sphinx-rtd-theme",
]
Expand All @@ -81,6 +82,7 @@ linting = [
"isort",
"mypy",
"pre-commit",
"pytest", # Because we import this in inference_server.testing
]


Expand Down

0 comments on commit 3b0b0e9

Please sign in to comment.