summaryrefslogtreecommitdiff
path: root/numpy/f2py
diff options
context:
space:
mode:
authorxoviat <xoviat@users.noreply.github.com>2017-09-09 10:17:24 -0500
committerGitHub <noreply@github.com>2017-09-09 10:17:24 -0500
commit41407a2c18901c2fe5038e7b2b0c3090ee6409d8 (patch)
tree0075a72b0ade267049ace9c8648833d7dba86b80 /numpy/f2py
parentbcc5d1d54d0dfbacd9a10e2ee3a1c5cbdce9a843 (diff)
downloadpython-numpy-41407a2c18901c2fe5038e7b2b0c3090ee6409d8.tar.gz
python-numpy-41407a2c18901c2fe5038e7b2b0c3090ee6409d8.tar.bz2
python-numpy-41407a2c18901c2fe5038e7b2b0c3090ee6409d8.zip
TST: common: update documentation
Diffstat (limited to 'numpy/f2py')
-rw-r--r--numpy/f2py/tests/test_common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/f2py/tests/test_common.py b/numpy/f2py/tests/test_common.py
index 865b7ca82..81082e575 100644
--- a/numpy/f2py/tests/test_common.py
+++ b/numpy/f2py/tests/test_common.py
@@ -13,7 +13,7 @@ def _path(*a):
class TestCommonBlock(util.F2PyTest):
sources = [_path('src', 'common', 'block.f')]
- @dec.knownfailureif(sys.platform=='win32', msg='Fails with MinGW64 Gfortran')
+ @dec.knownfailureif(sys.platform=='win32', msg='Fails with MinGW64 Gfortran (Issue #9673)')
def test_common_block(self):
self.module.initcb()
assert_array_equal(self.module.block.long_bn,