Commit 46d71f06 authored by Florent Xicluna's avatar Florent Xicluna

Silence warning about 1/0

parent b2cc7d09
......@@ -2484,7 +2484,7 @@ class SignalsTest(unittest.TestCase):
signal.signal(signal.SIGALRM, self.oldalrm)
def alarm_interrupt(self, sig, frame):
1/0
1 // 0
@unittest.skipUnless(threading, 'Threading required for this test.')
def check_interrupted_write(self, item, bytes, **fdopen_kwargs):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment