From ac7a24e8e821cee3cb77a726b8f39e6bf1f926c1 Mon Sep 17 00:00:00 2001 From: Florian Jetter Date: Fri, 30 Aug 2024 17:21:10 +0200 Subject: [PATCH] Avoid capturing code of xdist (#8846) --- distributed/distributed.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/distributed/distributed.yaml b/distributed/distributed.yaml index 250af10f7d..1e7505a116 100644 --- a/distributed/distributed.yaml +++ b/distributed/distributed.yaml @@ -290,6 +290,8 @@ distributed: - xarray - xgboost - xdist + - __channelexec__ # more xdist + - execnet # more xdist ignore-files: - runpy\.py # `python -m pytest` (or other module) shell command - pytest # `pytest` shell command