Skip to content

Commit 3583da9

Browse files
TST: remove errant test
cf. pandas-dev#9351
1 parent 32df1e6 commit 3583da9

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

pandas/tests/plotting/test_hist_method.py

-10
Original file line numberDiff line numberDiff line change
@@ -238,16 +238,6 @@ def test_hist_layout(self):
238238
with tm.assertRaises(ValueError):
239239
df.hist(layout=(-1, -1))
240240

241-
@slow
242-
# GH 9351
243-
def test_tight_layout(self):
244-
if self.mpl_ge_2_0_0:
245-
df = DataFrame(randn(100, 2))
246-
_check_plot_works(df.hist)
247-
self.plt.tight_layout()
248-
249-
tm.close()
250-
251241

252242
@tm.mplskip
253243
class TestDataFrameGroupByPlots(TestPlotBase):

0 commit comments

Comments
 (0)