Fix skip signature (#8392)
* Fix test_strict_and_skip The `--strict` argument was removed in #2552, but the removal wasn't actually correct - see #1472. * Fix argument handling in pytest.mark.skip See #8384 * Raise from None * Fix test name
This commit is contained in:
@@ -150,7 +150,7 @@ pytest.mark.skip
|
||||
|
||||
Unconditionally skip a test function.
|
||||
|
||||
.. py:function:: pytest.mark.skip(*, reason=None)
|
||||
.. py:function:: pytest.mark.skip(reason=None)
|
||||
|
||||
:keyword str reason: Reason why the test function is being skipped.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user