| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Python312/Lib/site-packages/_pytest/__pycache__/ |
Upload File : |
�
��HgK � � � d Z ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ h d�Z ed� Z
ed � Z eed
� Z eed� Z
eed� Z ed
� Zdd�Zy)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.
� )�annotations)�warn)�PytestDeprecationWarning)�PytestRemovedIn9Warning)�UnformattedWarning> �pytest_catchlog�pytest_capturelog�pytest_faulthandlerzT@pytest.yield_fixture is deprecated.
Use @pytest.fixture instead; they are the same.z,A private pytest class or function was used.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-patha 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-markersz�Marks applied to fixtures have no effect
See docs: https://docs.pytest.org/en/stable/deprecations.html#applying-a-mark-to-a-fixture-functionc �, � | st t d�� y y )N� )�
stacklevel)r �PRIVATE)�ispytests �4C:\Python312\Lib\site-packages\_pytest/deprecated.py�check_ispytestr Y s � ���W��#� � N)r �bool�return�None)�__doc__�
__future__r �warningsr �_pytest.warning_typesr r r �DEPRECATED_EXTERNAL_PLUGINS�
YIELD_FIXTUREr �HOOK_LEGACY_PATH_ARG�NODE_CTOR_FSPATH_ARG�HOOK_LEGACY_MARKING�MARKED_FIXTUREr � r r �<module>r! s� �� � #� � :� 9� 4�
� � )�6��
� #�#Q�
R�� *��D�� � *��H�� � )��2�� � )�j���0$r