Skip to content

Commit 3be22b7

Browse files
committed
Bump pytest-asyncio from 0.24.0 to 0.26.0
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.24.0 to 0.26.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.24.0...v0.26.0) Also set asyncio_default_fixture_loop_scope="function" following pytest-dev/pytest-asyncio#924 (comment)
1 parent 638d602 commit 3be22b7

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

python/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,12 @@ dev-dependencies = [
3333
"numpy>=1",
3434
"obstore>=0.5.1",
3535
"pip>=24.2",
36-
"pytest-asyncio>=0.24.0",
36+
"pytest-asyncio>=0.26.0",
3737
"pytest>=8.3.3",
3838
"ruff>=0.8.4",
3939
]
4040

4141
[tool.pytest.ini_options]
4242
addopts = "--color=yes"
43+
asyncio_default_fixture_loop_scope="function"
4344
asyncio_mode = "auto"

python/uv.lock

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

0 commit comments

Comments
 (0)