Skip to content

Commit 3455f05

Browse files
committed
SKip the test on Windows.
1 parent 34b8b7e commit 3455f05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_threading.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2084,6 +2084,7 @@ def test_dummy_thread_on_interpreter_shutdown(self):
20842084
self.assertEqual(err, b"")
20852085

20862086
@requires_subprocess()
2087+
@unittest.skipIf(os.name == 'nt', "signals don't work well on windows")
20872088
def test_keyboard_interrupt_during_threading_shutdown(self):
20882089
import subprocess
20892090
source = f"""

0 commit comments

Comments
 (0)