Skip to content

Commit a88a6a9

Browse files
committed
Modifying tiingo tests
1 parent 88ab4fc commit a88a6a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas_datareader/tests/test_tiingo.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ def test_tiingo_no_api_key(symbols):
6767
TiingoMetaDataReader(symbols=symbols)
6868

6969

70+
@pytest.mark.skipif(pd.__version__ == "0.19.2",
71+
reason='pandas 0.19.2 does not like this file format')
7072
def test_tiingo_stock_symbols():
7173
sym = get_tiingo_symbols()
7274
assert isinstance(sym, pd.DataFrame)

0 commit comments

Comments
 (0)