We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b7aff3 commit cdb4fe6Copy full SHA for cdb4fe6
pandas_datareader/tests/test_iex.py
@@ -13,6 +13,8 @@
13
)
14
from pandas_datareader.exceptions import UnstableAPIWarning
15
16
+pytestmark = pytest.mark.xfail(reason="Changes in API need fixes")
17
+
18
19
class TestIEX:
20
@classmethod
0 commit comments