Script started on Tue Jul 14 14:33:29 2020 [leader:sambler-ports/math/py-pandas-datareader] shane% make test ===> Testing for py37-pandas-datareader-0.9.0 ===> py37-pandas-datareader-0.9.0 depends on package: py37-pytest>0 - found ===> py37-pandas-datareader-0.9.0 depends on file: /usr/local/bin/python3.7 - found =================================================================== test session starts ==================================================================== platform freebsd12 -- Python 3.7.6, pytest-4.5.0, py-1.8.1, pluggy-0.12.0 rootdir: /tmp/workdir/home/shane/Projects/FreeBSD-Ports/sambler-ports/math/py-pandas-datareader/work-py37/pandas-datareader-0.9.0, inifile: setup.cfg plugins: hypothesis-4.57.1, forked-1.0.2, xdist-1.29.0, timeout-1.3.4 collecting ... collecting 42 items collecting 82 items collecting 132 items collected 174 items pandas_datareader/tests/test_bankofcanada.py ........ [ 4%] pandas_datareader/tests/test_base.py ...... [ 8%] pandas_datareader/tests/test_data.py ... [ 9%] pandas_datareader/tests/test_econdb.py .... [ 12%] pandas_datareader/tests/test_enigma.py .... [ 14%] pandas_datareader/tests/test_eurostat.py .... [ 16%] pandas_datareader/tests/test_famafrench.py ...... [ 20%] pandas_datareader/tests/test_fred.py ....... [ 24%] pandas_datareader/tests/test_iex.py ...x... [ 28%] pandas_datareader/tests/test_iex_daily.py sssssss [ 32%] pandas_datareader/tests/test_moex.py .. [ 33%] pandas_datareader/tests/test_nasdaq.py . [ 33%] pandas_datareader/tests/test_naver.py .... [ 36%] pandas_datareader/tests/test_oecd.py x.. [ 37%] pandas_datareader/tests/test_quandl.py ssssssss [ 42%] pandas_datareader/tests/test_stooq.py ........ [ 47%] pandas_datareader/tests/test_tiingo.py ssssssss... [ 53%] pandas_datareader/tests/test_tsp.py F. [ 54%] pandas_datareader/tests/test_utils.py ........ [ 59%] pandas_datareader/tests/test_wb.py ........s. [ 64%] pandas_datareader/tests/av/test_av_forex.py ssss [ 67%] pandas_datareader/tests/av/test_av_quotes.py ....X [ 70%] pandas_datareader/tests/av/test_av_sector.py s [ 70%] pandas_datareader/tests/av/test_av_time_series.py sssssssss [ 75%] pandas_datareader/tests/io/test_jsdmx.py ... [ 77%] pandas_datareader/tests/io/test_sdmx.py . [ 78%] pandas_datareader/tests/yahoo/test_options.py sssssssssssssss [ 86%] pandas_datareader/tests/yahoo/test_yahoo.py ......sss...x.......... [100%] ========================================================================= FAILURES ========================================================================= ______________________________________________________________ TestTSPFunds.test_get_allfunds ______________________________________________________________ self = Index([], dtype='object'), key = 'I Fund', method = None, tolerance = None @Appender(_index_shared_docs['get_loc']) def get_loc(self, key, method=None, tolerance=None): if method is None: if tolerance is not None: raise ValueError('tolerance argument only valid if using pad, ' 'backfill or nearest lookups') try: > return self._engine.get_loc(key) /usr/local/lib/python3.7/site-packages/pandas/core/indexes/base.py:2657: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ > ??? pandas/_libs/index.pyx:108: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ > ??? pandas/_libs/index.pyx:132: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ > ??? pandas/_libs/hashtable_class_helper.pxi:1601: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ > ??? E KeyError: 'I Fund' pandas/_libs/hashtable_class_helper.pxi:1608: KeyError During handling of the above exception, another exception occurred: self = def test_get_allfunds(self): tspdata = tsp.TSPReader(start="2015-11-2", end="2015-11-2").read() assert len(tspdata == 1) > assert round(tspdata["I Fund"][dt.datetime(2015, 11, 2)], 5) == 25.0058 pandas_datareader/tests/test_tsp.py:16: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/local/lib/python3.7/site-packages/pandas/core/frame.py:2927: in __getitem__ indexer = self.columns.get_loc(key) /usr/local/lib/python3.7/site-packages/pandas/core/indexes/base.py:2659: in get_loc return self._engine.get_loc(self._maybe_cast_indexer(key)) pandas/_libs/index.pyx:108: in pandas._libs.index.IndexEngine.get_loc ??? pandas/_libs/index.pyx:132: in pandas._libs.index.IndexEngine.get_loc ??? pandas/_libs/hashtable_class_helper.pxi:1601: in pandas._libs.hashtable.PyObjectHashTable.get_item ??? _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ > ??? E KeyError: 'I Fund' pandas/_libs/hashtable_class_helper.pxi:1608: KeyError ========================================= 1 failed, 113 passed, 56 skipped, 3 xfailed, 1 xpassed in 221.81 seconds ========================================= *** Error code 1 Stop. make: stopped in /home/shane/Projects/FreeBSD-Ports/sambler-ports/math/py-pandas-datareader [leader:sambler-ports/math/py-pandas-datareader] shane% exit Script done on Tue Jul 14 14:37:43 2020