Skip to content

Commit

Permalink
ICU-22721 Update filtration_test for Python 3.13
Browse files Browse the repository at this point in the history
See #3046
  • Loading branch information
yselkowitz authored and markusicu committed Sep 24, 2024
1 parent 22fe3a1 commit 60d6bd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -418,4 +418,4 @@ def _check_filter(self, filter, expected_matches, tree="locales"):
self.assertEqual(is_match, expected_match, file_stem)

# Export the test for the runner
suite = unittest.makeSuite(FiltrationTest)
suite = unittest.defaultTestLoader.loadTestsFromTestCase(FiltrationTest)

0 comments on commit 60d6bd7

Please sign in to comment.