Ignore `examples/trio/` in docs-examples test suite

cancelled_masking_guards
Tyler Goodlet 2025-09-06 13:39:08 -04:00
parent 9aebe7d8f9
commit 542d4c7840
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ def run_example_in_subproc(
and 'integration' not in p[0]
and 'advanced_faults' not in p[0]
and 'multihost' not in p[0]
and 'trio' not in p[0]
)
],
ids=lambda t: t[1],