2020-12-20 04:19:51 +08:00
|
|
|
Directly constructing the following classes is now deprecated:
|
|
|
|
|
|
|
|
- ``_pytest.mark.structures.Mark``
|
2020-12-20 21:11:01 +08:00
|
|
|
- ``_pytest.mark.structures.MarkDecorator``
|
2020-12-20 21:36:24 +08:00
|
|
|
- ``_pytest.mark.structures.MarkGenerator``
|
2020-12-27 02:49:17 +08:00
|
|
|
- ``_pytest.python.Metafunc``
|
2020-12-27 03:23:23 +08:00
|
|
|
- ``_pytest.runner.CallInfo``
|
2020-12-20 04:19:51 +08:00
|
|
|
|
|
|
|
These have always been considered private, but now issue a deprecation warning, which may become a hard error in pytest 7.0.0.
|