We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aa905f commit 0e5da56Copy full SHA for 0e5da56
trio/tests/test_threads.py
@@ -522,7 +522,7 @@ def test_run_fn_as_system_task_catched_badly_typed_token():
522
run_sync(_core.current_time, trio_token="Not TrioTokentype")
523
524
525
-async def test_do_in_trio_thread_from_trio_thread():
+async def test_do_in_trio_thread_from_trio_thread_legacy():
526
# This check specifically confirms that a RuntimeError will be raised if
527
# the old BlockingTrIoPortal API calls into a trio loop while already
528
# running inside of one.
0 commit comments