mirror of
https://github.com/python/cpython.git
synced 2025-11-03 15:11:34 +00:00
Issue #26621: Update libmpdec version and remove unnecessary test case.
This commit is contained in:
parent
4a1c7d2c36
commit
66e9d03bf4
3 changed files with 3 additions and 4 deletions
|
|
@ -4206,7 +4206,6 @@ def test_module_attributes(self):
|
|||
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