Skip to content

Commit 57dd99d

Browse files
committed
add comments
1 parent c032b15 commit 57dd99d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_plotting.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,7 @@ def test_stacked_violin_swap_axes_match(
470470
request: pytest.FixtureRequest, image_comparer
471471
) -> None:
472472
if pkg_version("pandas").major >= 3:
473+
# See https://github.com/scverse/scanpy/pull/3929#issuecomment-3685784980
473474
reason = "seaborn is incompatible with pandas 3"
474475
request.applymarker(pytest.mark.xfail(reason=reason))
475476

@@ -861,6 +862,7 @@ def test_correlation(image_comparer):
861862
fn,
862863
id=name,
863864
# See https://github.com/scverse/scanpy/pull/3929#issuecomment-3685784980
865+
# and https://github.com/mwaskom/seaborn/issues/3893
864866
marks=[pytest.mark.xfail(reason="seaborn is incompatible with pandas 3")]
865867
if pkg_version("pandas").major >= 3 and "violin" in name
866868
else [],

0 commit comments

Comments
 (0)