mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
test_selectors: rename test_interrupted_retry() (since it doesn't actually
retry on EINTR).
This commit is contained in:
parent
23005084ad
commit
052058fa14
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ class BaseSelectorTestCase(unittest.TestCase):
|
|||
|
||||
@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…
Add table
Add a link
Reference in a new issue