Update pytest-asyncio to 1.2.0 (#152156)

This commit is contained in:
Marc Mueller
2025-09-13 19:27:47 +02:00
committed by GitHub
parent e9fbe2227f
commit 5a5b639aa4
2 changed files with 2 additions and 1 deletions

View File

@@ -448,6 +448,7 @@ testpaths = ["tests"]
norecursedirs = [".git", "testing_config"]
log_format = "%(asctime)s.%(msecs)03d %(levelname)-8s %(threadName)s %(name)s:%(filename)s:%(lineno)s %(message)s"
log_date_format = "%Y-%m-%d %H:%M:%S"
asyncio_debug = true
asyncio_mode = "auto"
asyncio_default_fixture_loop_scope = "function"
filterwarnings = [

View File

@@ -19,7 +19,7 @@ pydantic==2.11.9
pylint==3.3.8
pylint-per-file-ignores==1.4.0
pipdeptree==2.26.1
pytest-asyncio==1.1.0
pytest-asyncio==1.2.0
pytest-aiohttp==1.1.0
pytest-cov==7.0.0
pytest-freezer==0.4.9