Skip to content

Commit

Permalink
[3.11] gh-89392: Use normal unittest runner in test_type_cache (GH-10…
Browse files Browse the repository at this point in the history
…8911) (GH-108914)

(cherry picked from commit eaabaac)

Co-authored-by: Serhiy Storchaka <[email protected]>
  • Loading branch information
miss-islington and serhiy-storchaka authored Sep 5, 2023
1 parent 492e1ff commit e2404f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/test_type_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ def test_tp_version_tag_unique(self):


if __name__ == "__main__":
support.run_unittest(TypeCacheTests)
unittest.main()

0 comments on commit e2404f5

Please sign in to comment.