mirror of
https://github.com/element-hq/ess-helm.git
synced 2026-01-11 20:06:45 +00:00
pytest: set a maximum number of cooperative asyncio tasks.
This commit is contained in:
parent
6e82b5e014
commit
74087f8e2e
2 changed files with 2 additions and 0 deletions
1
newsfragments/966.internal.md
Normal file
1
newsfragments/966.internal.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
CI: Set a maximum number of cooperative asyncio tasks.
|
||||
|
|
@ -51,6 +51,7 @@ build-backend = "poetry.core.masonry.api"
|
|||
[tool.pytest.ini_options]
|
||||
# we use asyncio-cooperative
|
||||
addopts = "-p no:asyncio --strict-markers"
|
||||
max_asyncio_tasks = 32
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 120
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue