File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,6 @@ def tearDown(self):
159
159
pass
160
160
161
161
162
- @pytest .mark .single
163
162
class TestHDFStore (Base , tm .TestCase ):
164
163
165
164
def test_factory_fun (self ):
@@ -4106,6 +4105,8 @@ def test_append_to_multiple(self):
4106
4105
expected = df [(df .A > 0 ) & (df .B > 0 )]
4107
4106
tm .assert_frame_equal (result , expected )
4108
4107
4108
+ @pytest .mark .single
4109
+ @pytest .mark .xfail (reason = 'not asserting when run as a single tests' )
4109
4110
def test_append_to_multiple_dropna (self ):
4110
4111
df1 = tm .makeTimeDataFrame ()
4111
4112
df2 = tm .makeTimeDataFrame ().rename (columns = lambda x : "%s_2" % x )
@@ -5081,7 +5082,6 @@ def test_query_long_float_literal(self):
5081
5082
tm .assert_frame_equal (expected , result )
5082
5083
5083
5084
5084
- @pytest .mark .single
5085
5085
class TestHDFComplexValues (Base ):
5086
5086
# GH10447
5087
5087
@@ -5227,7 +5227,6 @@ def test_complex_append(self):
5227
5227
assert_frame_equal (pd .concat ([df , df ], 0 ), result )
5228
5228
5229
5229
5230
- @pytest .mark .single
5231
5230
class TestTimezones (Base , tm .TestCase ):
5232
5231
5233
5232
def _compare_with_tz (self , a , b ):
You can’t perform that action at this time.
0 commit comments