From d0da922455a585cab020f641e04346bce7b4ecc4 Mon Sep 17 00:00:00 2001 From: Matthew Rocklin Date: Thu, 19 Oct 2023 06:29:39 -0500 Subject: [PATCH] Skip xdist and matplotlib in code samples --- 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