Skip to content

Commit 862a447

Browse files
committed
TST: xfail gbq & feather tests for new version incompat
1 parent 4cac923 commit 862a447

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pandas/tests/io/test_feather.py

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
fv = LooseVersion(feather.__version__)
1818

1919

20+
@pytest.mark.xfail(reason="failing for pyarrow < 0.11.0")
2021
@pytest.mark.single
2122
class TestFeather(object):
2223

pandas/tests/io/test_gbq.py

+1
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ def test_read_gbq_without_dialect_warns_future_change(monkeypatch):
109109
pd.read_gbq("SELECT 1")
110110

111111

112+
@pytest.mark.xfail(reason="failing for pandas-gbq >= 0.7.0")
112113
@pytest.mark.single
113114
class TestToGBQIntegrationWithServiceAccountKeyPath(object):
114115

0 commit comments

Comments
 (0)