Skip to content

Commit e2404f5

Browse files
[3.11] gh-89392: Use normal unittest runner in test_type_cache (GH-108911) (GH-108914)
(cherry picked from commit eaabaac) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
1 parent 492e1ff commit e2404f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_type_cache.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ def test_tp_version_tag_unique(self):
4444

4545

4646
if __name__ == "__main__":
47-
support.run_unittest(TypeCacheTests)
47+
unittest.main()

0 commit comments

Comments
 (0)