File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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 [],
You can’t perform that action at this time.
0 commit comments