Skip to content

Commit 8a203a6

Browse files
committed
skip on dep missing
1 parent 39b578d commit 8a203a6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pandas/tests/io/test_orc.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,12 @@
55
import numpy as np
66
import pytest
77

8-
from pandas.compat import is_platform_windows
9-
108
import pandas as pd
119
from pandas import read_orc
1210
import pandas.util.testing as tm
1311

1412
pytest.importorskip("pyarrow", minversion="0.13.0")
15-
16-
pytestmark = pytest.mark.skipif(is_platform_windows(), "skipping on windows")
13+
pytest.importorskip("pyarrow.orc")
1714

1815
pytestmark = pytest.mark.filterwarnings(
1916
"ignore:RangeIndex.* is deprecated:DeprecationWarning"

0 commit comments

Comments
 (0)