mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Issue #26621: Remove unnecessary test.
This commit is contained in:
parent
01a9a958b6
commit
1129084ebd
1 changed files with 0 additions and 1 deletions
|
@ -4173,7 +4173,6 @@ class CheckAttributes(unittest.TestCase):
|
|||
self.assertTrue(P.HAVE_THREADS is True or P.HAVE_THREADS is False)
|
||||
|
||||
self.assertEqual(C.__version__, P.__version__)
|
||||
self.assertEqual(C.__libmpdec_version__, P.__libmpdec_version__)
|
||||
|
||||
self.assertEqual(dir(C), dir(P))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue