Repository: arrow
Updated Branches:
  refs/heads/master a6d0c2654 -> e18abac19


ARROW-1181: [Python] Parquet multiindex test should be optional

Test `test_multiindex_duplicate_values()` fails if parquet not installed.  
Added annotation which makes the test optional.

Author: Bryan Cutler <cutl...@gmail.com>

Closes #806 from BryanCutler/pyarrow-test-parquet-make-optional and squashes 
the following commits:

55ea49f [Bryan Cutler] parquet multiindex test should be optional


Project: http://git-wip-us.apache.org/repos/asf/arrow/repo
Commit: http://git-wip-us.apache.org/repos/asf/arrow/commit/e18abac1
Tree: http://git-wip-us.apache.org/repos/asf/arrow/tree/e18abac1
Diff: http://git-wip-us.apache.org/repos/asf/arrow/diff/e18abac1

Branch: refs/heads/master
Commit: e18abac1919fc223f995e85e012480221054df45
Parents: a6d0c26
Author: Bryan Cutler <cutl...@gmail.com>
Authored: Mon Jul 3 22:09:10 2017 +0200
Committer: Uwe L. Korn <uw...@xhochy.com>
Committed: Mon Jul 3 22:09:10 2017 +0200

----------------------------------------------------------------------
 python/pyarrow/tests/test_parquet.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/arrow/blob/e18abac1/python/pyarrow/tests/test_parquet.py
----------------------------------------------------------------------
diff --git a/python/pyarrow/tests/test_parquet.py 
b/python/pyarrow/tests/test_parquet.py
index 4e8f0db..94a0e38 100644
--- a/python/pyarrow/tests/test_parquet.py
+++ b/python/pyarrow/tests/test_parquet.py
@@ -848,7 +848,7 @@ def test_read_multiple_files(tmpdir):
     with pytest.raises(ValueError):
         read_multiple_files(mixed_paths)
 
-
+@parquet
 def test_multiindex_duplicate_values(tmpdir):
     num_rows = 3
     numbers = list(range(num_rows))

Reply via email to