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 2
2
import pandas as pd
3
3
import pandas .util .testing as tm
4
4
import pandas_datareader .data as web
5
+ import pytest
6
+
7
+ pytestmark = pytest .mark .stable
5
8
6
9
7
10
class TestEcondb (object ):
Original file line number Diff line number Diff line change 2
2
import pandas as pd
3
3
import pandas .util .testing as tm
4
4
import pandas_datareader .data as web
5
+ import pytest
5
6
6
7
from pandas_datareader .compat import assert_raises_regex
7
8
8
9
10
+ pytestmark = pytest .mark .stable
11
+
12
+
9
13
class TestEurostat (object ):
10
14
11
15
def test_get_ert_h_eur_a (self ):
Original file line number Diff line number Diff line change 3
3
from requests .exceptions import HTTPError
4
4
import pandas_datareader .data as web
5
5
6
+ pytestmark = pytest .mark .stable
7
+
6
8
7
9
class TestMoex (object ):
8
10
def test_moex_datareader (self ):
Original file line number Diff line number Diff line change 15
15
16
16
XFAIL_REASON = 'Known connection failures on Yahoo when testing!'
17
17
18
+ pytestmark = pytest .mark .stable
19
+
18
20
19
21
class TestYahoo (object ):
20
22
You can’t perform that action at this time.
0 commit comments