Skip to content

Commit

Permalink
Fix name of broken class.
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac committed Apr 18, 2024
1 parent affe1ea commit 1cb21d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zope/interface/common/tests/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ class TestVerifyObject(VerifyObjectMixin,
abc.BufferedRWPair: lambda: abc.BufferedRWPair(abc.BytesIO(), abc.BytesIO()),
abc.FileIO: lambda: abc.FileIO(__file__),
'_WindowsConsoleIO': unittest.SkipTest,
'_WinConsoleIO': unittest.SkipTest, # breaks on PyPy-3.10
'WinConsoleIO': unittest.SkipTest, # breaks on PyPy-3.10
}

0 comments on commit 1cb21d1

Please sign in to comment.