You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2019/06/21 17:07:43 UTC

[arrow] branch master updated: ARROW-5674: [Python] Missing pandas pytest markers from test_parquet.py

This is an automated email from the ASF dual-hosted git repository.

wesm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new be16de0  ARROW-5674: [Python] Missing pandas pytest markers from test_parquet.py
be16de0 is described below

commit be16de0bdcbf872412ab6d3da99514218ed3ce8b
Author: Krisztián Szűcs <sz...@gmail.com>
AuthorDate: Fri Jun 21 12:07:35 2019 -0500

    ARROW-5674: [Python] Missing pandas pytest markers from test_parquet.py
    
    Author: Krisztián Szűcs <sz...@gmail.com>
    
    Closes #4646 from kszucs/ARROW-5674 and squashes the following commits:
    
    023cee31e <Krisztián Szűcs> add pandas markers to test_parquet.py
---
 python/pyarrow/tests/test_parquet.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/python/pyarrow/tests/test_parquet.py b/python/pyarrow/tests/test_parquet.py
index 49a03d6..9db04f7 100644
--- a/python/pyarrow/tests/test_parquet.py
+++ b/python/pyarrow/tests/test_parquet.py
@@ -2863,6 +2863,7 @@ def test_parquet_file_too_small(tempdir):
         pq.read_table(path)
 
 
+@pytest.mark.pandas
 def test_multi_dataset_metadata(tempdir):
     filenames = ["ARROW-1983-dataset.0", "ARROW-1983-dataset.1"]
     metapath = str(tempdir / "_metadata")
@@ -2905,6 +2906,7 @@ def test_multi_dataset_metadata(tempdir):
     assert md['serialized_size'] > 0
 
 
+@pytest.mark.pandas
 def test_filter_before_validate_schema(tempdir):
     # ARROW-4076 apply filter before schema validation
     # to avoid checking unneeded schemas