Skip to content

Commit ae648b3

Browse files
committed
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.
1 parent b0ff341 commit ae648b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/_pytest/config/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,6 @@ def directory_arg(path: str, optname: str) -> str:
269269
"junitxml",
270270
"doctest",
271271
"cacheprovider",
272-
"freeze_support",
273272
"setuponly",
274273
"setupplan",
275274
"stepwise",

0 commit comments

Comments
 (0)