mirror of
https://github.com/python/cpython.git
synced 2025-08-29 05:05:03 +00:00
Fix test skipping in multibyte codec tests
This commit is contained in:
parent
5800b27104
commit
c9e92167ac
2 changed files with 2 additions and 2 deletions
|
@ -935,7 +935,7 @@ class AssortedBytesTest(unittest.TestCase):
|
|||
self.assertRaises(BytesWarning, operator.eq, bytearray(b''), '')
|
||||
self.assertRaises(BytesWarning, operator.ne, bytearray(b''), '')
|
||||
else:
|
||||
# raise test.support.TestSkipped("BytesWarning is needed for this test: use -bb option")
|
||||
# self.skipTest("BytesWarning is needed for this test: use -bb option")
|
||||
pass
|
||||
|
||||
# Optimizations:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue