From bd34140a5f54c91834710fdbc7d2a4b374824857 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Wed, 14 Oct 2020 14:06:04 -0400 Subject: [PATCH] Revert "Try out sync sleep on windows again" Nope, still doesn't work... This reverts commit 676cdafa8f6e5950db653f42d2c295887adf9752. --- tests/test_cancellation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_cancellation.py b/tests/test_cancellation.py index 8cd760d..9e3c9f9 100644 --- a/tests/test_cancellation.py +++ b/tests/test_cancellation.py @@ -426,7 +426,7 @@ async def spawn(): portal = await tn.run_in_actor('sleeper', spin_for) -# @no_windows +@no_windows def test_cancel_while_childs_child_in_sync_sleep( loglevel, start_method,