Skip to content
This repository was archived by the owner on May 7, 2026. It is now read-only.

Commit 950316d

Browse files
committed
remove invlaid test with anywidget bug fix
1 parent 0d66958 commit 950316d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/system/small/test_series.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4042,7 +4042,6 @@ def test_json_astype_others(data, to_type, errors):
40424042
pytest.param(["10.2", None], dtypes.INT_DTYPE, id="to_int"),
40434043
pytest.param(["false", None], dtypes.FLOAT_DTYPE, id="to_float"),
40444044
pytest.param(["10.2", None], dtypes.BOOL_DTYPE, id="to_bool"),
4045-
pytest.param(["true", None], dtypes.STRING_DTYPE, id="to_string"),
40464045
],
40474046
)
40484047
def test_json_astype_others_raise_error(data, to_type):

0 commit comments

Comments
 (0)