8000 TST: Try removing cygwin restrictions · numpy/numpy@9fc2006 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9fc2006

Browse files
committed
TST: Try removing cygwin restrictions
1 parent 5bce3b4 commit 9fc2006

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

numpy/f2py/tests/test_array_from_pyobj.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ def setup_module():
3838
if not util.has_f90_compiler():
3939
pytest.skip("No Fortran 90 compiler available")
4040

41-
if sys.platform == 'cygwin':
42-
pytest.skip("Meson too old for cygwin CI")
43-
4441
if wrap is None:
4542
src = [
4643
get_testdir() / "wrapmodule.c",

numpy/f2py/tests/util.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,6 @@ def module_name(self):
352352
def setup_method(self):
353353
if sys.platform == "win32":
354354
pytest.skip("Fails with MinGW64 Gfortran (Issue #9673)")
355-
if sys.platform == 'cygwin':
356-
pytest.skip("Cygwin doesn't find meson")
357355

358356
if self.module is not None:
359357
return

0 commit comments

Comments
 (0)
0