team-10/venv/Lib/site-packages/~umpy/f2py/tests/__init__.py
2025-08-02 02:00:33 +02:00

8 lines
172 B
Python

from numpy.testing import IS_WASM
import pytest
if IS_WASM:
pytest.skip(
"WASM/Pyodide does not use or support Fortran",
allow_module_level=True
)