fixup: even more explicit about module skip preventing collect

This commit is contained in:
Ronny Pfannschmidt 2023-02-20 07:33:06 +01:00
parent 5f83069d86
commit 2a832f09ff
1 changed files with 2 additions and 2 deletions

View File

@ -158,8 +158,8 @@ def skip(
:param allow_module_level:
Allows this function to be called at module level.
Raising the skip exception in a module will stop the execution of the module.
Additionally, the module will no longer be collected.
Raising the skip exception at module level will stop
the execution of the module and prevent its collection. alltogether.
Defaults to False.