Skip to content

Commit

Permalink
add fastparquet mark
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche committed Sep 25, 2019
1 parent c5d6161 commit 1d35f3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/pyarrow/tests/test_parquet.py
Original file line number Diff line number Diff line change
Expand Up @@ -3348,6 +3348,7 @@ def test_filter_before_validate_schema(tempdir):


@pytest.mark.pandas
@pytest.mark.fastparquet
@pytest.mark.filterwarnings("ignore:RangeIndex:DeprecationWarning")
def test_fastparquet_cross_compatibility(tempdir):
fp = pytest.importorskip('fastparquet')
Expand Down

0 comments on commit 1d35f3b

Please sign in to comment.