()
| 259 | |
| 260 | @pytest.mark.skipif(WINDOWS, reason="Broken pipe on Windows") |
| 261 | def test_visualize_int_overflow(): |
| 262 | pytest.importorskip("graphviz") |
| 263 | pytest.importorskip("matplotlib") |
| 264 | # regression test for https://github.com/dask/dask/pull/11440 |
| 265 | visualize(_rechunk_merge_graph()) |
| 266 | |
| 267 | |
| 268 | def test_ordering_keeps_groups_together(abcde): |
nothing calls this directly
no test coverage detected