From f2d3f0cc219e64c616d0bdd1ef5f5491c002d53b Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Wed, 19 Mar 2025 09:58:04 -0400 Subject: [PATCH] Backport skipping `examples/multihost/` in tests This was actually fixed on a downstream dev branch (adding py3.13 support i think?); so backport it here to get us running again on 3.11. --- tests/test_docs_examples.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_docs_examples.py b/tests/test_docs_examples.py index 5099aeba..7a923343 100644 --- a/tests/test_docs_examples.py +++ b/tests/test_docs_examples.py @@ -88,6 +88,7 @@ def run_example_in_subproc( and 'debugging' not in p[0] and 'integration' not in p[0] and 'advanced_faults' not in p[0] + and 'multihost' not in p[0] ], ids=lambda t: t[1],