8000 TST: Don't touch distutils · numpy/numpy@a4a72be · GitHub
[go: up one dir, main page]

Skip to content

Commit a4a72be

Browse files
committed
TST: Don't touch distutils
1 parent c1765d7 commit a4a72be

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

numpy/distutils/tests/test_build_ext.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@
77
import pytest
88
from numpy.testing import IS_WASM
99

10-
@pytest.mark.skipif(
11-
IS_WASM or (sys.maxsize < 2 ** 31 + 1),
12-
reason="Cannot start subprocess in WASM or on 32-bit",
13-
)
10+
@pytest.mark.skipif(IS_WASM, reason="cannot start subprocess in wasm")
1411
@pytest.mark.slow
1512
def test_multi_fortran_libs_link(tmp_path):
1613
'''

0 commit comments

Comments
 (0)
0