From 74087f8e2ee167424c1e3a788ac05a5558d32a45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Goinvic?= Date: Thu, 8 Jan 2026 17:24:09 +0100 Subject: [PATCH 1/2] pytest: set a maximum number of cooperative asyncio tasks. --- newsfragments/966.internal.md | 1 + pyproject.toml | 1 + 2 files changed, 2 insertions(+) create mode 100644 newsfragments/966.internal.md diff --git a/newsfragments/966.internal.md b/newsfragments/966.internal.md new file mode 100644 index 00000000..6346d75c --- /dev/null +++ b/newsfragments/966.internal.md @@ -0,0 +1 @@ +CI: Set a maximum number of cooperative asyncio tasks. diff --git a/pyproject.toml b/pyproject.toml index 7e244a72..03e0124a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 From b6398353a7bce50ea3e281469cb84dc0d3026c24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Goinvic?= Date: Thu, 8 Jan 2026 17:26:17 +0100 Subject: [PATCH 2/2] asyncio is a word we use --- .github/element-docs-words.txt | 1 + .github/element-docs-words.txt.license | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/element-docs-words.txt b/.github/element-docs-words.txt index 449ef84e..f3092c6e 100644 --- a/.github/element-docs-words.txt +++ b/.github/element-docs-words.txt @@ -3,6 +3,7 @@ ansible Ansible appservices Artifacthub +asyncio checkov deployables dialog diff --git a/.github/element-docs-words.txt.license b/.github/element-docs-words.txt.license index 140b7c5f..da51ce3d 100644 --- a/.github/element-docs-words.txt.license +++ b/.github/element-docs-words.txt.license @@ -1,4 +1,4 @@ Copyright 2025 New Vector Ltd -Copyright 2025 Element Creations Ltd +Copyright 2025-2026 Element Creations Ltd SPDX-License-Identifier: AGPL-3.0-only