Skip to content

Commit 052058f

Browse files
committed
test_selectors: rename test_interrupted_retry() (since it doesn't actually
retry on EINTR).
1 parent 2300508 commit 052058f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_selectors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ def test_timeout(self):
279279

280280
@unittest.skipUnless(hasattr(signal, "alarm"),
281281
"signal.alarm() required for this test")
282-
def test_interrupted_retry(self):
282+
def test_select_interrupt(self):
283283
s = self.SELECTOR()
284284
self.addCleanup(s.close)
285285

0 commit comments

Comments
 (0)