We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cac923 commit 862a447Copy full SHA for 862a447
pandas/tests/io/test_feather.py
@@ -17,6 +17,7 @@
17
fv = LooseVersion(feather.__version__)
18
19
20
+@pytest.mark.xfail(reason="failing for pyarrow < 0.11.0")
21
@pytest.mark.single
22
class TestFeather(object):
23
pandas/tests/io/test_gbq.py
@@ -109,6 +109,7 @@ def test_read_gbq_without_dialect_warns_future_change(monkeypatch):
109
pd.read_gbq("SELECT 1")
110
111
112
+@pytest.mark.xfail(reason="failing for pandas-gbq >= 0.7.0")
113
114
class TestToGBQIntegrationWithServiceAccountKeyPath(object):
115
0 commit comments