diff options
Diffstat (limited to 'numpy/f2py/tests/test_docs.py')
-rw-r--r-- | numpy/f2py/tests/test_docs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/f2py/tests/test_docs.py b/numpy/f2py/tests/test_docs.py index 4aa5f5f5c..6631dd82c 100644 --- a/numpy/f2py/tests/test_docs.py +++ b/numpy/f2py/tests/test_docs.py @@ -11,7 +11,7 @@ def get_docdir(): return os.path.abspath(os.path.join( os.path.dirname(__file__), '..', '..', '..', - 'doc', 'source', 'f2py')) + 'doc', 'source', 'f2py', 'code')) pytestmark = pytest.mark.skipif( |