Skip to content

Commit

Permalink
Do not test _WindowsConsoleIO
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Feb 17, 2020
1 parent e9f7c53 commit 4faeef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zope/interface/common/tests/test_io.py
Expand Up @@ -38,7 +38,7 @@ class TestVerifyObject(VerifyObjectMixin,
abc.BufferedRandom: lambda: abc.BufferedRandom(abc.BytesIO()),
abc.BufferedRWPair: lambda: abc.BufferedRWPair(abc.BytesIO(), abc.BytesIO()),
abc.FileIO: lambda: abc.FileIO(__file__),
'WindowsConsoleIO': unittest.SkipTest,
'_WindowsConsoleIO': unittest.SkipTest,
}

try:
Expand Down

0 comments on commit 4faeef1

Please sign in to comment.