| Server IP : 127.0.0.1 / Your IP : 216.73.216.109 Web Server : Apache/2.4.54 (Win64) OpenSSL/1.1.1q PHP/8.1.10 System : Windows NT DESKTOP-E5T4RUN 10.0 build 19045 (Windows 10) AMD64 User : SERVERWEB ( 0) PHP Version : 8.1.10 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/cygwin64/lib/python3.9/site-packages/_pytest/__pycache__/ |
Upload File : |
a
05do � @ s� d Z ddlmZ ddlmZ ddlmZ ddlmZ h d�Zeed�Zeed�Z ed �Z
ed
�Zed�Zed�Z
ed
�Zed�Zeed�Zeed�Zeed�Zeed�Zed�Zeed�Zed�Zeed�Zedd�dd�ZdS )a� Deprecation messages and bits of code used elsewhere in the codebase that
is planned to be removed in the next pytest release.
Keeping it in a central location makes it easy to track what is deprecated and should
be removed when the time comes.
All constants defined in this module should be either instances of
:class:`PytestWarning`, or :class:`UnformattedWarning`
in case of warnings which need to format their messages.
� )�warn)�PytestDeprecationWarning)�PytestRemovedIn8Warning)�UnformattedWarning> Zpytest_faulthandlerZpytest_catchlogZpytest_capturelogz�Support for nose tests is deprecated and will be removed in a future release.
{nodeid} is using nose method: `{method}` ({stage})
See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nosea$ Support for nose tests is deprecated and will be removed in a future release.
{nodeid} is using nose-specific method: `{method}(self)`
To remove this warning, rename it to `{method}_method(self)`
See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nosezT@pytest.yield_fixture is deprecated.
Use @pytest.fixture instead; they are the same.z�The pytest_cmdline_preparse hook is deprecated and will be removed in a future release.
Please use pytest_load_initial_conftests hook instead.z�The gethookproxy() and isinitpath() methods of FSCollector and Package are deprecated; use self.session.gethookproxy() and self.session.isinitpath() instead. z@The --strict option is deprecated, use --strict-markers instead.z,A private pytest class or function was used.zGpytest now uses argparse. "%default" should be changed to "%(default)s"z�`type` argument to addoption() is the string {typ!r}. For choices this is optional and can be omitted, but when supplied should be a type (for example `str` or `int`). (options: {names})z�`type` argument to addoption() is the string {typ!r}, but when supplied should be a type (for example `str` or `int`). (options: {names})z�The ({pylib_path_arg}: py.path.local) argument is deprecated, please use ({pathlib_path_arg}: pathlib.Path)
see https://docs.pytest.org/en/latest/deprecations.html#py-path-local-arguments-for-hooks-replaced-with-pathlib-pathz�The (fspath: py.path.local) argument to {node_type_name} is deprecated. Please use the (path: pathlib.Path) argument instead.
See https://docs.pytest.org/en/latest/deprecations.html#fspath-argument-for-node-constructors-replaced-with-pathlib-pathz�Passing None has been deprecated.
See https://docs.pytest.org/en/latest/how-to/capture-warnings.html#additional-use-cases-of-warnings-in-tests for alternatives in common use cases.zOpytest.{func}(msg=...) is now deprecated, use pytest.{func}(reason=...) insteadz�The pytest.Instance collector type is deprecated and is no longer used. See https://docs.pytest.org/en/latest/deprecations.html#the-pytest-instance-collectora The hook{type} {fullname} uses old-style configuration options (marks or attributes).
Please use the pytest.hook{type}({hook_opts}) decorator instead
to configure the hooks.
See https://docs.pytest.org/en/latest/deprecations.html#configuring-hook-specs-impls-using-markersN)�ispytest�returnc C s | st tdd� d S )N� )�
stacklevel)r �PRIVATE)r � r �6/usr/lib/python3.9/site-packages/_pytest/deprecated.py�check_ispytest� s r
)�__doc__�warningsr Z_pytest.warning_typesr r r ZDEPRECATED_EXTERNAL_PLUGINSZNOSE_SUPPORTZNOSE_SUPPORT_METHODZ
YIELD_FIXTUREZWARNING_CMDLINE_PREPARSE_HOOKZ#FSCOLLECTOR_GETHOOKPROXY_ISINITPATHZ
STRICT_OPTIONr
ZARGUMENT_PERCENT_DEFAULTZARGUMENT_TYPE_STR_CHOICEZARGUMENT_TYPE_STRZHOOK_LEGACY_PATH_ARGZNODE_CTOR_FSPATH_ARGZWARNS_NONE_ARGZKEYWORD_MSG_ARGZINSTANCE_COLLECTORZHOOK_LEGACY_MARKING�boolr
r r r r �<module> sx
���������������