File tree Expand file tree Collapse file tree 4 files changed +11
-0
lines changed Expand file tree Collapse file tree 4 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 22import pandas as pd
33import pandas .util .testing as tm
44import pandas_datareader .data as web
5+ import pytest
6+
7+ pytestmark = pytest .mark .stable
58
69
710class TestEcondb (object ):
Original file line number Diff line number Diff line change 22import pandas as pd
33import pandas .util .testing as tm
44import pandas_datareader .data as web
5+ import pytest
56
67from pandas_datareader .compat import assert_raises_regex
78
89
10+ pytestmark = pytest .mark .stable
11+
12+
913class TestEurostat (object ):
1014
1115 def test_get_ert_h_eur_a (self ):
Original file line number Diff line number Diff line change 33from requests .exceptions import HTTPError
44import pandas_datareader .data as web
55
6+ pytestmark = pytest .mark .stable
7+
68
79class TestMoex (object ):
810 def test_moex_datareader (self ):
Original file line number Diff line number Diff line change 1515
1616XFAIL_REASON = 'Known connection failures on Yahoo when testing!'
1717
18+ pytestmark = pytest .mark .stable
19+
1820
1921class TestYahoo (object ):
2022
You can’t perform that action at this time.
0 commit comments