From bb1947eb9dd2d3806282ae20fc00a1d7b91ee3aa Mon Sep 17 00:00:00 2001 From: Padraic Fanning Date: Mon, 4 Oct 2021 21:35:52 -0400 Subject: [PATCH] Clarify skip in test_math --- Lib/test/test_math.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Lib/test/test_math.py b/Lib/test/test_math.py index 817eda2fb8..8976f2ef49 100644 --- a/Lib/test/test_math.py +++ b/Lib/test/test_math.py @@ -1647,9 +1647,7 @@ class MathTests(unittest.TestCase): self.fail('Failures in test_testfile:\n ' + '\n '.join(failures)) - # TODO: RUSTPYTHON - # Currently hangs. Function never finishes. - @unittest.skip + @unittest.skip("TODO: RUSTPYTHON, Currently hangs. Function never finishes.") @requires_IEEE_754 def test_mtestfile(self): fail_fmt = "{}: {}({!r}): {}"