From 3e6659ddff65336540049505115ad4045cbc85fe Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 6 Nov 2024 10:49:49 +1100 Subject: [PATCH] Tests: exclude extension operators from "run operators" utility Don't install/manipulate extensions as part of this utility. --- tests/utils/bl_run_operators.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/utils/bl_run_operators.py b/tests/utils/bl_run_operators.py index 9cfd1ef7764..9b73f769f2c 100644 --- a/tests/utils/bl_run_operators.py +++ b/tests/utils/bl_run_operators.py @@ -86,6 +86,9 @@ op_blacklist = ( "render.cycles_viewport_sampling_preset_add", "render.preset_add", + # Don't manipulate installed extensions. + "extensions.*", + # FIXME: # Crashes with non-trivial fixes. #