Skip to content

Commit 062656f

Browse files
Jason MokJason Mok
authored andcommitted
Remove pytest.mark.slow
1 parent 178f9ab commit 062656f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/plotting/test_series.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -959,7 +959,6 @@ def test_plot_no_warning(self, ts):
959959
with tm.assert_produces_warning(False):
960960
_ = ts.plot()
961961

962-
@pytest.mark.slow
963962
def test_secondary_y_subplot_axis_labels(self):
964963
# GH#14102
965964
s1 = Series([5, 7, 6, 8, 7], index=[1, 2, 3, 4, 5])

0 commit comments

Comments
 (0)