Skip to content

Commit

Permalink
chore: filter old pyarrow/pandas warnings we cant do anything about (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli authored Jan 7, 2025
1 parent 74dd9db commit 9a62d90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/frame/to_arrow_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
from tests.utils import ConstructorEager


@pytest.mark.filterwarnings("ignore:.*is_sparse is deprecated:DeprecationWarning")
def test_to_arrow(
request: pytest.FixtureRequest,
constructor_eager: ConstructorEager,
Expand Down
1 change: 1 addition & 0 deletions tests/frame/write_parquet_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@


@pytest.mark.skipif(PANDAS_VERSION < (2, 0, 0), reason="too old for pyarrow")
@pytest.mark.filterwarnings("ignore:.*is_sparse is deprecated:DeprecationWarning")
def test_write_parquet(
constructor_eager: ConstructorEager,
tmpdir: pytest.TempdirFactory,
Expand Down

0 comments on commit 9a62d90

Please sign in to comment.