Kaydet (Commit) ead8d085 authored tarafından Charles-François Natali's avatar Charles-François Natali

Fix test_selectors failure introduced by 39e7995f9ad1.

üst f491f925
......@@ -109,6 +109,7 @@ class BaseSelectorTestCase(unittest.TestCase):
s.unregister(r)
s.unregister(w)
@unittest.skipUnless(os.name == 'posix', "requires posix")
def test_unregister_after_fd_close_and_reuse(self):
s = self.SELECTOR()
self.addCleanup(s.close)
......
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