Skip to content

Commit 9c17314

Browse files
committed
add a comment to test
1 parent 16f35e6 commit 9c17314

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/plotting/test_boxplot_method.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,7 @@ def test_boxplot_group_no_xlabel_ylabel(self, vert, request):
411411

412412
@pytest.mark.filterwarnings("ignore:set_ticklabels:UserWarning")
413413
def test_boxplot_group_ordered_ticklabel(self, vert):
414+
# GH 50427
414415
df = DataFrame(
415416
{
416417
"value": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10],

0 commit comments

Comments
 (0)