Address review: survive peer reap before lock, alias tolerant marker scan, document shared_yaml, visible edge warnings

This commit is contained in:
J. Nick Koston
2026-09-03 21:40:52 +02:00
parent 36468022ea
commit 5494190d97
3 changed files with 22 additions and 5 deletions
+2 -2
View File
@@ -1104,8 +1104,8 @@ def get_components_per_integration_fixture() -> dict[str, set[str]]:
_TEST_FUNC_RE = re.compile(r"async def (test_\w+)")
_SHARED_YAML_RE = re.compile(r"pytest\.mark\.shared_yaml\([\"'](\w+)[\"']\)")
_SHARED_YAML_USE_RE = re.compile(r"pytest\.mark\.shared_yaml\(")
_SHARED_YAML_RE = re.compile(r"mark\.shared_yaml\([\"'](\w+)[\"']\)")
_SHARED_YAML_USE_RE = re.compile(r"\bmark\.shared_yaml\b")
@cache