mirror of
https://github.com/python/cpython.git
synced 2025-08-30 05:35:08 +00:00
bpo-29845: Mark tests that use _testcapi as CPython-only (#711)
This commit is contained in:
parent
6b5a9ec478
commit
24c738a9e9
5 changed files with 8 additions and 1 deletions
|
@ -906,6 +906,7 @@ class GeneralModuleTests(unittest.TestCase):
|
|||
self.assertEqual(swapped & mask, mask)
|
||||
self.assertRaises(OverflowError, func, 1<<34)
|
||||
|
||||
@support.cpython_only
|
||||
def testNtoHErrors(self):
|
||||
import _testcapi
|
||||
s_good_values = [0, 1, 2, 0xffff]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue