Skip to content

Commit b021c3d

Browse files
authored
fix: move pytest-timeout to dev-dependency (#415)
1 parent 725729f commit b021c3d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ dependencies = [
3030
"logistro>=1.0.8",
3131
"orjson>=3.10.15",
3232
"packaging",
33-
"pytest-timeout>=2.4.0",
3433
]
3534

3635
[project.urls]
@@ -45,6 +44,7 @@ kaleido_get_chrome = "choreographer.cli._cli_utils:get_chrome_cli"
4544
dev = [
4645
"pytest",
4746
"pytest-asyncio",
47+
"pytest-timeout>=2.4.0",
4848
"pytest-xdist",
4949
"async-timeout",
5050
"mypy>=1.14.1",

src/py/uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)