[3.11] gh-89392: Use normal unittest runner in test_type_cache (GH-108911) (GH-108914)

(cherry picked from commit eaabaac7c0)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
This commit is contained in:
Miss Islington (bot) 2023-09-05 07:11:49 -07:00 committed by GitHub
parent 492e1ffdce
commit e2404f5ed9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,4 +44,4 @@ class TypeCacheTests(unittest.TestCase):
if __name__ == "__main__":
support.run_unittest(TypeCacheTests)
unittest.main()