8c25a14032
* fixed changelog/*.rst docs * add author name * fixed-documents * fix issue 8761 doc * fix issue 8645 doc * fix issue 8447 doc * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
8 lines
425 B
ReStructuredText
8 lines
425 B
ReStructuredText
Raising :class:`unittest.SkipTest` to skip collection of tests during the
|
|
pytest collection phase is deprecated. Use :func:`pytest.skip` instead.
|
|
|
|
Note: This deprecation only relates to using :class:`unittest.SkipTest` during test
|
|
collection. You are probably not doing that. Ordinary usage of
|
|
:class:`unittest.SkipTest` / :meth:`unittest.TestCase.skipTest` /
|
|
:func:`unittest.skip` in unittest test cases is fully supported.
|