From ae648b361b0ea5f656196ecefa7ba87d7edb0827 Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Tue, 14 Oct 2025 09:12:10 +0300 Subject: [PATCH] config: `freeze_support` is not a plugin, remove from `default_plugins` There is no need to inspect this module as a plugin, it only contains an API function. --- src/_pytest/config/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/_pytest/config/__init__.py b/src/_pytest/config/__init__.py index 8d9282ab37b..4df15c4db7f 100644 --- a/src/_pytest/config/__init__.py +++ b/src/_pytest/config/__init__.py @@ -269,7 +269,6 @@ def directory_arg(path: str, optname: str) -> str: "junitxml", "doctest", "cacheprovider", - "freeze_support", "setuponly", "setupplan", "stepwise",