Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion tests/test_future/test_urllibnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ def test_getcode(self):

# On Windows, socket handles are not file descriptors; this
# test can't pass on Windows.
@unittest.skipIf(sys.platform in ('win32',), 'not appropriate for Windows')
@unittest.skipIf(sys.platform in ('darwin', 'win32'),
'not appropriate for macOS or Windows')
@skip26
def test_fileno(self):
# Make sure fd returned by fileno is valid.
Expand Down