From b4eee3ff77434e5cbde7d084309c69fbe4d37c78 Mon Sep 17 00:00:00 2001 From: Matthew Rocklin Date: Sat, 21 Oct 2023 09:33:44 -0500 Subject: [PATCH] Skip xdist and matplotlib in code samples (#8290) --- distributed/distributed.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/distributed/distributed.yaml b/distributed/distributed.yaml index fe37904636..ec1a48aa9e 100644 --- a/distributed/distributed.yaml +++ b/distributed/distributed.yaml @@ -280,11 +280,13 @@ distributed: - coiled - cudf - cuml + - matplotlib - pluggy # part of pytest - prefect - rechunker - xarray - xgboost + - xdist ignore-files: - runpy\.py # `python -m pytest` (or other module) shell command - pytest # `pytest` shell command