Skip to content

Commit 6a688d9

Browse files
committed
Remove redundant test function
1 parent 2d72953 commit 6a688d9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Lib/test/test_capi.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -547,10 +547,6 @@ def test_pynumber_tobase(self):
547547
self.assertRaises(TypeError, pynumber_tobase, '123', 10)
548548
self.assertRaises(SystemError, pynumber_tobase, 123, 0)
549549

550-
def test_get_statictype_slots(self):
551-
from _testcapi import test_get_statictype_slots
552-
test_get_statictype_slots()
553-
554550

555551
class TestPendingCalls(unittest.TestCase):
556552

0 commit comments

Comments
 (0)