Skip to content

Commit 8abe052

Browse files
extra filterwarnings
1 parent 4263cd3 commit 8abe052

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/arrays/string_/test_string.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -556,6 +556,7 @@ def test_arrow_roundtrip(dtype, string_storage, using_infer_string):
556556
assert result.loc[2, "a"] is result["a"].dtype.na_value
557557

558558

559+
@pytest.mark.filterwarnings("ignore:Passing a BlockManager:DeprecationWarning")
559560
def test_arrow_from_string(using_infer_string):
560561
# not roundtrip, but starting with pyarrow table without pandas metadata
561562
pa = pytest.importorskip("pyarrow")

0 commit comments

Comments
 (0)