diff options
| author | xoviat <xoviat@users.noreply.github.com> | 2017-09-09 10:16:25 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-09 10:16:25 -0500 |
| commit | bcc5d1d54d0dfbacd9a10e2ee3a1c5cbdce9a843 (patch) | |
| tree | 98348d42d8cbc91edf5b02c9800bd7379e8ecbc6 /numpy/f2py/tests | |
| parent | 0957a1fa0afa05d0d8a1a4f54efed46b8a81640b (diff) | |
| download | numpy-bcc5d1d54d0dfbacd9a10e2ee3a1c5cbdce9a843.tar.gz | |
TST: util: update documentation
Diffstat (limited to 'numpy/f2py/tests')
| -rw-r--r-- | numpy/f2py/tests/util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/f2py/tests/util.py b/numpy/f2py/tests/util.py index 27cf76be4..881b32810 100644 --- a/numpy/f2py/tests/util.py +++ b/numpy/f2py/tests/util.py @@ -319,7 +319,7 @@ class F2PyTest(object): module = None module_name = None - @dec.knownfailureif(sys.platform=='win32', msg='Fails with MinGW64 Gfortran') + @dec.knownfailureif(sys.platform=='win32', msg='Fails with MinGW64 Gfortran (Issue #9673)') def setup(self): if self.module is not None: return |
