From 167ca98afdc8404cf235ebda930ebf5a8aaedd55 Mon Sep 17 00:00:00 2001 From: xoviat Date: Sat, 9 Sep 2017 10:19:20 -0500 Subject: TST: callback: update comment --- numpy/f2py/tests/test_callback.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/f2py') diff --git a/numpy/f2py/tests/test_callback.py b/numpy/f2py/tests/test_callback.py index 3df205bcf..cf7427d20 100644 --- a/numpy/f2py/tests/test_callback.py +++ b/numpy/f2py/tests/test_callback.py @@ -120,7 +120,7 @@ cf2py intent(out) a r = t(a.mth) assert_(r == 9, repr(r)) - @dec.knownfailureif(sys.platform=='win32', msg='Fails with MinGW64 Gfortran') + @dec.knownfailureif(sys.platform=='win32', msg='Fails with MinGW64 Gfortran (Issue #9673)') def test_string_callback(self): def callback(code): -- cgit v1.2.1