Skip to content

Commit cdb4fe6

Browse files
committed
TST: Xfail IEX
1 parent 3b7aff3 commit cdb4fe6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas_datareader/tests/test_iex.py

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
)
1414
from pandas_datareader.exceptions import UnstableAPIWarning
1515

16+
pytestmark = pytest.mark.xfail(reason="Changes in API need fixes")
17+
1618

1719
class TestIEX:
1820
@classmethod

0 commit comments

Comments
 (0)