8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bce3b4 commit 9fc2006Copy full SHA for 9fc2006
numpy/f2py/tests/test_array_from_pyobj.py
@@ -38,9 +38,6 @@ def setup_module():
38
if not util.has_f90_compiler():
39
pytest.skip("No Fortran 90 compiler available")
40
41
- if sys.platform == 'cygwin':
42
- pytest.skip("Meson too old for cygwin CI")
43
-
44
if wrap is None:
45
src = [
46
get_testdir() / "wrapmodule.c",
numpy/f2py/tests/util.py
@@ -352,8 +352,6 @@ def module_name(self):
352
def setup_method(self):
353
if sys.platform == "win32":
354
pytest.skip("Fails with MinGW64 Gfortran (Issue #9673)")
355
356
- pytest.skip("Cygwin doesn't find meson")
357
358
if self.module is not None:
359
return
0 commit comments