Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ead8d08

Browse files
committed
Fix test_selectors failure introduced by 39e7995f9ad1.
1 parent f491f92 commit ead8d08

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/test/test_selectors.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ def test_unregister_after_fd_close(self):
109109
s.unregister(r)
110110
s.unregister(w)
111111

112+
@unittest.skipUnless(os.name == 'posix', "requires posix")
112113
def test_unregister_after_fd_close_and_reuse(self):
113114
s = self.SELECTOR()
114115
self.addCleanup(s.close)

0 commit comments

Comments
 (0)