Skip to content

Commit

Permalink
Skip another class behaving not as expected on PyPy.
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac committed Apr 17, 2024
1 parent 46c4f9d commit 260ed3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/zope/interface/common/tests/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +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
}

0 comments on commit 260ed3c

Please sign in to comment.