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.sc_super_proto_dgrams
parent
6b282bfa06
commit
f2d3f0cc21
|
@ -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],
|
||||
|
|
Loading…
Reference in New Issue