We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ab4fc commit a88a6a9Copy full SHA for a88a6a9
pandas_datareader/tests/test_tiingo.py
@@ -67,6 +67,8 @@ def test_tiingo_no_api_key(symbols):
67
TiingoMetaDataReader(symbols=symbols)
68
69
70
+@pytest.mark.skipif(pd.__version__ == "0.19.2",
71
+ reason='pandas 0.19.2 does not like this file format')
72
def test_tiingo_stock_symbols():
73
sym = get_tiingo_symbols()
74
assert isinstance(sym, pd.DataFrame)
0 commit comments