From 299902efc1be0471643490c6dd664ea2e119a983 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 15:05:45 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/_pytest/outcomes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_pytest/outcomes.py b/src/_pytest/outcomes.py index dcb2ee569..1be97dda4 100644 --- a/src/_pytest/outcomes.py +++ b/src/_pytest/outcomes.py @@ -159,7 +159,7 @@ def skip( :param allow_module_level: Allows this function to be called at module level. Raising the skip exception at module level will stop - the execution of the module and prevent the collection of all tests in the module, + the execution of the module and prevent the collection of all tests in the module, even those defined before the `skip` call. Defaults to False.