We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aafabf commit ac131e8Copy full SHA for ac131e8
pandas/tests/io/test_pytables.py
@@ -159,7 +159,6 @@ def tearDown(self):
159
pass
160
161
162
-@pytest.mark.single
163
class TestHDFStore(Base, tm.TestCase):
164
165
def test_factory_fun(self):
@@ -4106,6 +4105,7 @@ def test_append_to_multiple(self):
4106
4105
expected = df[(df.A > 0) & (df.B > 0)]
4107
tm.assert_frame_equal(result, expected)
4108
+ @pytest.mark.single
4109
def test_append_to_multiple_dropna(self):
4110
df1 = tm.makeTimeDataFrame()
4111
df2 = tm.makeTimeDataFrame().rename(columns=lambda x: "%s_2" % x)
0 commit comments