mirror of https://github.com/python/cpython.git
test_selectors: rename test_interrupted_retry() (since it doesn't actually
retry on EINTR).
This commit is contained in:
parent
23005084ad
commit
052058fa14
|
@ -279,7 +279,7 @@ def test_timeout(self):
|
|||
|
||||
@unittest.skipUnless(hasattr(signal, "alarm"),
|
||||
"signal.alarm() required for this test")
|
||||
def test_interrupted_retry(self):
|
||||
def test_select_interrupt(self):
|
||||
s = self.SELECTOR()
|
||||
self.addCleanup(s.close)
|
||||
|
||||
|
|
Loading…
Reference in New Issue