From 3b261f451111cc412bc8c8450ce9577ee66bd17d Mon Sep 17 00:00:00 2001 From: Padraic Fanning Date: Thu, 4 Feb 2021 16:29:45 -0500 Subject: [PATCH] Pass test_daemon_threads_shutdown_stderr_deadlock --- Lib/test/test_io.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/test/test_io.py b/Lib/test/test_io.py index cb7af4c55..579a186ce 100644 --- a/Lib/test/test_io.py +++ b/Lib/test/test_io.py @@ -4347,7 +4347,6 @@ class CMiscIOTest(MiscIOTest): def test_daemon_threads_shutdown_stdout_deadlock(self): self.check_daemon_threads_shutdown_deadlock('stdout') - @unittest.skip("TODO: RUSTPYTHON") def test_daemon_threads_shutdown_stderr_deadlock(self): self.check_daemon_threads_shutdown_deadlock('stderr')