Skip to content

Commit c1a448b

Browse files
authored
remove WASM stuff
1 parent 9ab8f61 commit c1a448b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/tests/series/indexing/test_setitem.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
import numpy as np
99
import pytest
1010

11-
from pandas.compat import WASM
1211
from pandas.compat.numpy import np_version_gte1p24
1312
from pandas.errors import IndexingError
1413

@@ -1449,7 +1448,6 @@ def obj(self):
14491448
np_version_gte1p24
14501449
and os.environ.get("NPY_PROMOTION_STATE", "weak") != "weak"
14511450
)
1452-
or WASM
14531451
),
14541452
reason="np.float32(1.1) ends up as 1.100000023841858, so "
14551453
"np_can_hold_element raises and we cast to float64",

0 commit comments

Comments
 (0)