diff options
Diffstat (limited to 'packages/meshbay-common/pyproject.toml')
| -rw-r--r-- | packages/meshbay-common/pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/meshbay-common/pyproject.toml b/packages/meshbay-common/pyproject.toml index 54de3b4..370d217 100644 --- a/packages/meshbay-common/pyproject.toml +++ b/packages/meshbay-common/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ ] [project.optional-dependencies] -dev = ["pytest>=8", "pytest-asyncio>=0.24", "ruff>=0.6"] +dev = ["pytest>=8", "pytest-asyncio>=0.24", "pytest-timeout>=2.3", "ruff>=0.6"] [tool.hatch.build.targets.wheel] packages = ["src/meshbay_common"] |