| Current Path : /proc/self/root/usr/local/python-3.13/lib/python3.13/site-packages/numpy/f2py/tests/ |
| Current File : //proc/self/root/usr/local/python-3.13/lib/python3.13/site-packages/numpy/f2py/tests/__init__.py |
import pytest
from numpy.testing import IS_EDITABLE, IS_WASM
if IS_WASM:
pytest.skip(
"WASM/Pyodide does not use or support Fortran",
allow_module_level=True
)
if IS_EDITABLE:
pytest.skip(
"Editable install doesn't support tests with a compile step",
allow_module_level=True
)