Skip to content

Commit ac131e8

Browse files
committed
most pytables tests can be not single
1 parent 3aafabf commit ac131e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/test_pytables.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ def tearDown(self):
159159
pass
160160

161161

162-
@pytest.mark.single
163162
class TestHDFStore(Base, tm.TestCase):
164163

165164
def test_factory_fun(self):
@@ -4106,6 +4105,7 @@ def test_append_to_multiple(self):
41064105
expected = df[(df.A > 0) & (df.B > 0)]
41074106
tm.assert_frame_equal(result, expected)
41084107

4108+
@pytest.mark.single
41094109
def test_append_to_multiple_dropna(self):
41104110
df1 = tm.makeTimeDataFrame()
41114111
df2 = tm.makeTimeDataFrame().rename(columns=lambda x: "%s_2" % x)

0 commit comments

Comments
 (0)