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>
13 lines
492 B
ReStructuredText
13 lines
492 B
ReStructuredText
Directly constructing the following classes is now deprecated:
|
|
|
|
- ``_pytest.mark.structures.Mark``
|
|
- ``_pytest.mark.structures.MarkDecorator``
|
|
- ``_pytest.mark.structures.MarkGenerator``
|
|
- ``_pytest.python.Metafunc``
|
|
- ``_pytest.runner.CallInfo``
|
|
- ``_pytest._code.ExceptionInfo``
|
|
- ``_pytest.config.argparsing.Parser``
|
|
- ``_pytest.config.argparsing.OptionGroup``
|
|
|
|
These have always been considered private, but now issue a deprecation warning, which may become a hard error in pytest 8.0.0.
|