]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] gh-89392: Use normal unittest runner in test_type_cache (GH-108911) (GH-108914)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 5 Sep 2023 14:11:49 +0000 (07:11 -0700)
committerGitHub <noreply@github.com>
Tue, 5 Sep 2023 14:11:49 +0000 (14:11 +0000)
(cherry picked from commit eaabaac7c099884f92428a7bb04ffa1f1d6080dd)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_type_cache.py

index 8502f6b0584b00ab8cf34c9d42e72ac7d76c202f..9dc91dc93448ad90a98f3975762fec3d8d33e2f6 100644 (file)
@@ -44,4 +44,4 @@ class TypeCacheTests(unittest.TestCase):
 
 
 if __name__ == "__main__":
-    support.run_unittest(TypeCacheTests)
+    unittest.main()