diff --git a/pyproject.toml b/pyproject.toml index 40ba7ce..7e90480 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,6 +67,7 @@ dependencies = [ [project.optional-dependencies] docs = [ + "pytest", # Because we import this in inference_server.testing "sphinx", "sphinx-rtd-theme", ] @@ -81,6 +82,7 @@ linting = [ "isort", "mypy", "pre-commit", + "pytest", # Because we import this in inference_server.testing ]