Address review: guard utime against peer reap, decorator anchored use detector, invariant holds without a stamp, print for executor thread messages

This commit is contained in:
J. Nick Koston
2026-09-03 22:05:29 +02:00
parent 5494190d97
commit f32e3e75f4
2 changed files with 19 additions and 15 deletions
+1 -1
View File
@@ -1105,7 +1105,7 @@ 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"mark\.shared_yaml\([\"'](\w+)[\"']\)")
_SHARED_YAML_USE_RE = re.compile(r"\bmark\.shared_yaml\b")
_SHARED_YAML_USE_RE = re.compile(r"^\s*@[\w.]*mark\.shared_yaml\b", re.MULTILINE)
@cache